C# Класс System.Reflection.RuntimeReflectionExtensions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetMethodInfo() публичный статический Метод

public static GetMethodInfo ( this del ) : MethodInfo
del this
Результат MethodInfo

GetRuntimeBaseDefinition() публичный статический Метод

public static GetRuntimeBaseDefinition ( this method ) : MethodInfo
method this
Результат MethodInfo

GetRuntimeEvent() публичный статический Метод

public static GetRuntimeEvent ( this type, string name ) : EventInfo
type this
name string
Результат EventInfo

GetRuntimeEvents() публичный статический Метод

public static GetRuntimeEvents ( this type ) : IEnumerable
type this
Результат IEnumerable

GetRuntimeField() публичный статический Метод

public static GetRuntimeField ( this type, string name ) : FieldInfo
type this
name string
Результат FieldInfo

GetRuntimeFields() публичный статический Метод

public static GetRuntimeFields ( this type ) : IEnumerable
type this
Результат IEnumerable

GetRuntimeInterfaceMap() публичный статический Метод

public static GetRuntimeInterfaceMap ( this typeInfo, Type interfaceType ) : InterfaceMapping
typeInfo this
interfaceType Type
Результат InterfaceMapping

GetRuntimeMethod() публичный статический Метод

public static GetRuntimeMethod ( this type, string name, Type parameters ) : MethodInfo
type this
name string
parameters Type
Результат MethodInfo

GetRuntimeMethods() публичный статический Метод

public static GetRuntimeMethods ( this type ) : IEnumerable
type this
Результат IEnumerable

GetRuntimeProperties() публичный статический Метод

public static GetRuntimeProperties ( this type ) : IEnumerable
type this
Результат IEnumerable

GetRuntimeProperty() публичный статический Метод

public static GetRuntimeProperty ( this type, string name ) : PropertyInfo
type this
name string
Результат PropertyInfo