EZOut

Import-TypeView

Synopsis

Imports a Type View


Description

Imports a Type View, defined in a external file .method or .property file



Examples

EXAMPLE 1

Import-TypeView .\Types

Parameters

FilePath

The path containing type information.

Type Required Position PipelineInput Aliases
[String[]] true 1 true (ByPropertyName) FullName

Deserialized

If set, will generate an identical typeview for the deserialized form of each typename.

Type Required Position PipelineInput
[Switch] false named false

Syntax

Import-TypeView [-FilePath] <String[]> [-Deserialized] [<CommonParameters>]