C# 클래스 UUnitWsaReflectionExtensions, PlayFab-Samples

파일 보기 프로젝트 열기: PlayFab/PlayFab-Samples

공개 메소드들

메소드 설명
AsType ( this type ) : Type
CreateDelegate ( this methodInfo, Type delegateType, object instance ) : Delegate
GetConstructors ( this typeInfo ) : IEnumerable
GetDelegateName ( this delegateInstance ) : string
GetFields ( this typeInfo ) : IEnumerable
GetMethod ( this type, string methodName ) : MethodInfo
GetMethods ( this typeInfo, BindingFlags, ignored ) : IEnumerable
GetTypeInfo ( this type ) : Type
GetTypeInfo ( this typeInfo ) : TypeInfo
GetTypes ( this assembly ) : IEnumerable
IsInstanceOfType ( this type, object obj ) : bool

메소드 상세

AsType() 공개 정적인 메소드

public static AsType ( this type ) : Type
type this
리턴 Type

CreateDelegate() 공개 정적인 메소드

public static CreateDelegate ( this methodInfo, Type delegateType, object instance ) : Delegate
methodInfo this
delegateType Type
instance object
리턴 Delegate

GetConstructors() 공개 정적인 메소드

public static GetConstructors ( this typeInfo ) : IEnumerable
typeInfo this
리턴 IEnumerable

GetDelegateName() 공개 정적인 메소드

public static GetDelegateName ( this delegateInstance ) : string
delegateInstance this
리턴 string

GetFields() 공개 정적인 메소드

public static GetFields ( this typeInfo ) : IEnumerable
typeInfo this
리턴 IEnumerable

GetMethod() 공개 정적인 메소드

public static GetMethod ( this type, string methodName ) : MethodInfo
type this
methodName string
리턴 MethodInfo

GetMethods() 공개 정적인 메소드

public static GetMethods ( this typeInfo, BindingFlags, ignored ) : IEnumerable
typeInfo this
ignored BindingFlags,
리턴 IEnumerable

GetTypeInfo() 공개 정적인 메소드

public static GetTypeInfo ( this type ) : Type
type this
리턴 Type

GetTypeInfo() 공개 정적인 메소드

public static GetTypeInfo ( this typeInfo ) : TypeInfo
typeInfo this
리턴 TypeInfo

GetTypes() 공개 정적인 메소드

public static GetTypes ( this assembly ) : IEnumerable
assembly this
리턴 IEnumerable

IsInstanceOfType() 공개 정적인 메소드

public static IsInstanceOfType ( this type, object obj ) : bool
type this
obj object
리턴 bool