C# 클래스 log4net.Tests.Utils

Summary description for Class1.
파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs

공개 메소드들

메소드 설명
CreateInstance ( Type targetType ) : object
CreateInstance ( string targetType ) : object
GetField ( object target, string name ) : object
GetProperty ( object target, string name ) : object
InvokeMethod ( Type target, string name ) : object
InvokeMethod ( object target, string name ) : object
SetField ( object target, string name, object val ) : void
SetProperty ( object target, string name, object val ) : void

비공개 메소드들

메소드 설명
GetTypesArray ( object args ) : System.Type[]
Utils ( ) : System

메소드 상세

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( Type targetType ) : object
targetType System.Type
리턴 object

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( string targetType ) : object
targetType string
리턴 object

GetField() 공개 정적인 메소드

public static GetField ( object target, string name ) : object
target object
name string
리턴 object

GetProperty() 공개 정적인 메소드

public static GetProperty ( object target, string name ) : object
target object
name string
리턴 object

InvokeMethod() 공개 정적인 메소드

public static InvokeMethod ( Type target, string name ) : object
target System.Type
name string
리턴 object

InvokeMethod() 공개 정적인 메소드

public static InvokeMethod ( object target, string name ) : object
target object
name string
리턴 object

SetField() 공개 정적인 메소드

public static SetField ( object target, string name, object val ) : void
target object
name string
val object
리턴 void

SetProperty() 공개 정적인 메소드

public static SetProperty ( object target, string name, object val ) : void
target object
name string
val object
리턴 void