C# 클래스 System.Management.Automation.PSVariable

상속: IHasSessionStateEntryVisibility
파일 보기 프로젝트 열기: Pash-Project/Pash 1 사용 예제들

공개 메소드들

메소드 설명
IsValidValue ( object value ) : bool
PSVariable ( string name ) : System
PSVariable ( string name, object value ) : System
PSVariable ( string name, object value, ScopedItemOptions options ) : System
PSVariable ( string name, object value, ScopedItemOptions options, Collection attributes ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
GetBaseObjectValue ( ) : object

메소드 상세

IsValidValue() 공개 메소드

public IsValidValue ( object value ) : bool
value object
리턴 bool

PSVariable() 공개 메소드

public PSVariable ( string name ) : System
name string
리턴 System

PSVariable() 공개 메소드

public PSVariable ( string name, object value ) : System
name string
value object
리턴 System

PSVariable() 공개 메소드

public PSVariable ( string name, object value, ScopedItemOptions options ) : System
name string
value object
options ScopedItemOptions
리턴 System

PSVariable() 공개 메소드

public PSVariable ( string name, object value, ScopedItemOptions options, Collection attributes ) : System
name string
value object
options ScopedItemOptions
attributes Collection
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string