Types/Posh/get_NET.ps1

if (-not $this.'.NET') {
    $this | Add-Member NoteProperty '.NET' -Value ([PSCustomObject]@{PSTypeName='Posh.NET'})
}

$this.'.NET'