C# Class System.Reflection.RuntimeReflectionExtensions

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
GetMethodInfo ( this del ) : MethodInfo
GetRuntimeBaseDefinition ( this method ) : MethodInfo
GetRuntimeEvent ( this type, string name ) : EventInfo
GetRuntimeEvents ( this type ) : IEnumerable
GetRuntimeField ( this type, string name ) : FieldInfo
GetRuntimeFields ( this type ) : IEnumerable
GetRuntimeInterfaceMap ( this typeInfo, Type interfaceType ) : InterfaceMapping
GetRuntimeMethod ( this type, string name, Type parameters ) : MethodInfo
GetRuntimeMethods ( this type ) : IEnumerable
GetRuntimeProperties ( this type ) : IEnumerable
GetRuntimeProperty ( this type, string name ) : PropertyInfo

Method Details

GetMethodInfo() public static méthode

public static GetMethodInfo ( this del ) : MethodInfo
del this
Résultat MethodInfo

GetRuntimeBaseDefinition() public static méthode

public static GetRuntimeBaseDefinition ( this method ) : MethodInfo
method this
Résultat MethodInfo

GetRuntimeEvent() public static méthode

public static GetRuntimeEvent ( this type, string name ) : EventInfo
type this
name string
Résultat EventInfo

GetRuntimeEvents() public static méthode

public static GetRuntimeEvents ( this type ) : IEnumerable
type this
Résultat IEnumerable

GetRuntimeField() public static méthode

public static GetRuntimeField ( this type, string name ) : FieldInfo
type this
name string
Résultat FieldInfo

GetRuntimeFields() public static méthode

public static GetRuntimeFields ( this type ) : IEnumerable
type this
Résultat IEnumerable

GetRuntimeInterfaceMap() public static méthode

public static GetRuntimeInterfaceMap ( this typeInfo, Type interfaceType ) : InterfaceMapping
typeInfo this
interfaceType Type
Résultat InterfaceMapping

GetRuntimeMethod() public static méthode

public static GetRuntimeMethod ( this type, string name, Type parameters ) : MethodInfo
type this
name string
parameters Type
Résultat MethodInfo

GetRuntimeMethods() public static méthode

public static GetRuntimeMethods ( this type ) : IEnumerable
type this
Résultat IEnumerable

GetRuntimeProperties() public static méthode

public static GetRuntimeProperties ( this type ) : IEnumerable
type this
Résultat IEnumerable

GetRuntimeProperty() public static méthode

public static GetRuntimeProperty ( this type, string name ) : PropertyInfo
type this
name string
Résultat PropertyInfo