C# Class UUnitWsaReflectionExtensions, PlayFab-Samples

Afficher le fichier Open project: PlayFab/PlayFab-Samples

Méthodes publiques

Méthode Description
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

Method Details

AsType() public static méthode

public static AsType ( this type ) : Type
type this
Résultat Type

CreateDelegate() public static méthode

public static CreateDelegate ( this methodInfo, Type delegateType, object instance ) : Delegate
methodInfo this
delegateType Type
instance object
Résultat Delegate

GetConstructors() public static méthode

public static GetConstructors ( this typeInfo ) : IEnumerable
typeInfo this
Résultat IEnumerable

GetDelegateName() public static méthode

public static GetDelegateName ( this delegateInstance ) : string
delegateInstance this
Résultat string

GetFields() public static méthode

public static GetFields ( this typeInfo ) : IEnumerable
typeInfo this
Résultat IEnumerable

GetMethod() public static méthode

public static GetMethod ( this type, string methodName ) : MethodInfo
type this
methodName string
Résultat MethodInfo

GetMethods() public static méthode

public static GetMethods ( this typeInfo, BindingFlags, ignored ) : IEnumerable
typeInfo this
ignored BindingFlags,
Résultat IEnumerable

GetTypeInfo() public static méthode

public static GetTypeInfo ( this type ) : Type
type this
Résultat Type

GetTypeInfo() public static méthode

public static GetTypeInfo ( this typeInfo ) : TypeInfo
typeInfo this
Résultat TypeInfo

GetTypes() public static méthode

public static GetTypes ( this assembly ) : IEnumerable
assembly this
Résultat IEnumerable

IsInstanceOfType() public static méthode

public static IsInstanceOfType ( this type, object obj ) : bool
type this
obj object
Résultat bool