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

상속: System.Management.Automation.CommandProcessorBase
파일 보기 프로젝트 열기: JayBazuzi/Pash 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BindArgument void
BindArguments void
Complete void
Initialize void
ProcessObject void
ProcessRecord void

공개 메소드들

메소드 설명
CommandProcessor ( CmdletInfo cmdletInfo ) : System
SetValue ( MemberInfo info, object targetObject, object value ) : void

비공개 메소드들

메소드 설명
BindArgument ( string name, object value, Type type ) : void
BindArguments ( System.Management.Automation.PSObject obj ) : void

All abount Cmdlet parameters: http://msdn2.microsoft.com/en-us/library/ms714433(VS.85).aspx

Complete ( ) : void
Initialize ( ) : void
ProcessObject ( object inObject ) : void
ProcessRecord ( ) : void

메소드 상세

CommandProcessor() 공개 메소드

public CommandProcessor ( CmdletInfo cmdletInfo ) : System
cmdletInfo CmdletInfo
리턴 System

SetValue() 공개 정적인 메소드

public static SetValue ( MemberInfo info, object targetObject, object value ) : void
info MemberInfo
targetObject object
value object
리턴 void