Property | Type | Description | |
---|---|---|---|
BindArgument | void | ||
BindArguments | void | ||
Complete | void | ||
Initialize | void | ||
ProcessObject | void | ||
ProcessRecord | void |
Method | Description | |
---|---|---|
CommandProcessor ( |
||
SetValue ( MemberInfo info, object targetObject, object value ) : void |
Method | Description | |
---|---|---|
BindArgument ( string name, object value, |
||
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 |
public CommandProcessor ( |
||
cmdletInfo | ||
return | System |
public static SetValue ( MemberInfo info, object targetObject, object value ) : void | ||
info | MemberInfo | |
targetObject | object | |
value | object | |
return | void |