메소드 | 설명 | |
---|---|---|
CallMethod ( object target, System type, string methodCMD ) : object | ||
GetClass ( string className ) : System.Type | ||
GetField ( object target, System type, string fieldName ) : object | ||
GetParaFromString ( string para ) : object | ||
GetValue ( string command ) : object | ||
SetValue ( string command ) : void |
public static CallMethod ( object target, System type, string methodCMD ) : object | ||
target | object | |
type | System | |
methodCMD | string | |
리턴 | object |
public static GetClass ( string className ) : System.Type | ||
className | string | |
리턴 | System.Type |
public static GetField ( object target, System type, string fieldName ) : object | ||
target | object | |
type | System | |
fieldName | string | |
리턴 | object |
public static GetParaFromString ( string para ) : object | ||
para | string | |
리턴 | object |