C# Класс NProxy.Core.Internal.Reflection.Emit.MethodInfoBase

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

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

Метод Описание
Equals ( object obj ) : bool
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetGenericArguments ( ) : System.Type[]
GetGenericMethodDefinition ( ) : MethodInfo
GetHashCode ( ) : int
GetMethodBody ( ) : MethodBody
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( object target, BindingFlags bindingFlags, Binder binder, object parameters, CultureInfo cultureInfo ) : object
IsDefined ( Type attributeType, bool inherit ) : bool
MakeGenericMethod ( ) : MethodInfo
ToString ( ) : string

Защищенные методы

Метод Описание
InvokeBase ( object target, object parameters ) : object

Invokes the base method represented by the current instance.

InvokeVirtual ( object target, object parameters ) : object

Invokes the virtual method represented by the current instance.

MethodInfoBase ( object source, MethodInfo methodInfo, bool isOverride ) : System

Initializes a new instance of the MethodInfoBase class.

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

Equals() публичный закрытый Метод

public final Equals ( object obj ) : bool
obj object
Результат bool

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

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

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

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

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

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

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

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

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

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

GetHashCode() публичный закрытый Метод

public final GetHashCode ( ) : int
Результат int

GetMethodBody() публичный закрытый Метод

public final GetMethodBody ( ) : MethodBody
Результат System.Reflection.MethodBody

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

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

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

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

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

public final Invoke ( object target, BindingFlags bindingFlags, Binder binder, object parameters, CultureInfo cultureInfo ) : object
target object
bindingFlags BindingFlags
binder System.Reflection.Binder
parameters object
cultureInfo System.Globalization.CultureInfo
Результат object

InvokeBase() защищенный Метод

Invokes the base method represented by the current instance.
protected InvokeBase ( object target, object parameters ) : object
target object The target object.
parameters object The parameters.
Результат object

InvokeVirtual() защищенный абстрактный Метод

Invokes the virtual method represented by the current instance.
protected abstract InvokeVirtual ( object target, object parameters ) : object
target object The target object.
parameters object The parameters.
Результат object

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

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

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

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

MethodInfoBase() защищенный Метод

Initializes a new instance of the MethodInfoBase class.
protected MethodInfoBase ( object source, MethodInfo methodInfo, bool isOverride ) : System
source object The source object.
methodInfo System.Reflection.MethodInfo The declaring method information.
isOverride bool A value indicating whether the method is an override.
Результат System

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

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