C# Класс UUnitWsaReflectionExtensions, 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