Imports a Type View
Imports a Type View, defined in a external file .method or .property file
Import-TypeView .\Types
The path containing type information.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String[]] |
true | 1 | true (ByPropertyName) | FullName |
If set, will generate an identical typeview for the deserialized form of each typename.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | false |
Import-TypeView [-FilePath] <String[]> [-Deserialized] [<CommonParameters>]