C# 클래스 wuxingogo.Runtime.XReflectionManager

파일 보기 프로젝트 열기: wuxingogo/WuxingogoExtension

공개 메소드들

메소드 설명
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

메소드 상세

CallMethod() 공개 정적인 메소드

public static CallMethod ( object target, System type, string methodCMD ) : object
target object
type System
methodCMD string
리턴 object

GetClass() 공개 정적인 메소드

public static GetClass ( string className ) : System.Type
className string
리턴 System.Type

GetField() 공개 정적인 메소드

public static GetField ( object target, System type, string fieldName ) : object
target object
type System
fieldName string
리턴 object

GetParaFromString() 공개 정적인 메소드

public static GetParaFromString ( string para ) : object
para string
리턴 object

GetValue() 공개 정적인 메소드

public static GetValue ( string command ) : object
command string
리턴 object

SetValue() 공개 정적인 메소드

public static SetValue ( string command ) : void
command string
리턴 void