C# Класс System.Reflection.Emit.MethodBuilderInstantiation

Наследование: System.Reflection.MethodInfo
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetParameterTypes System.Type[]
GetReturnType System.Type
MakeGenericMethod System.Reflection.MethodInfo
MethodBuilderInstantiation System

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

Метод Описание
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetGenericArguments ( ) : System.Type[]
GetGenericMethodDefinition ( ) : MethodInfo
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
GetType ( ) : Type
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
MakeGenericMethod ( ) : MethodInfo

Приватные методы

Метод Описание
GetParameterTypes ( ) : System.Type[]
GetReturnType ( ) : Type
MakeGenericMethod ( MethodInfo method, Type inst ) : MethodInfo
MethodBuilderInstantiation ( MethodInfo method, Type inst ) : System

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

GetBaseDefinition() публичный Метод

public GetBaseDefinition ( ) : MethodInfo
Результат System.Reflection.MethodInfo

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
Результат Object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
Результат Object[]

GetGenericArguments() публичный Метод

public GetGenericArguments ( ) : System.Type[]
Результат System.Type[]

GetGenericMethodDefinition() публичный Метод

public GetGenericMethodDefinition ( ) : MethodInfo
Результат System.Reflection.MethodInfo

GetMethodImplementationFlags() публичный Метод

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Результат MethodImplAttributes

GetParameters() публичный Метод

public GetParameters ( ) : System.Reflection.ParameterInfo[]
Результат System.Reflection.ParameterInfo[]

GetType() публичный Метод

public GetType ( ) : Type
Результат System.Type

Invoke() публичный Метод

public Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
obj Object
invokeAttr BindingFlags
binder System.Reflection.Binder
parameters Object
culture System.Globalization.CultureInfo
Результат Object

IsDefined() публичный Метод

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Результат bool

MakeGenericMethod() публичный Метод

public MakeGenericMethod ( ) : MethodInfo
Результат System.Reflection.MethodInfo