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

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

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

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

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

Метод Описание
GetParameterCount ( ) : int
MethodOnTypeBuilderInst ( MethodOnTypeBuilderInst gmd, Type typeArguments ) : 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[]

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

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

public MethodOnTypeBuilderInst ( MonoGenericClass instantiation, MethodBuilder mb ) : System
instantiation System.Reflection.MonoGenericClass
mb MethodBuilder
Результат System

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

public ToString ( ) : string
Результат string