C# Class NProxy.Core.Internal.Reflection.Emit.MethodInfoBase

Inheritance: System.Reflection.MethodInfo
Afficher le fichier Open project: mtamme/NProxy

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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.

Method Details

Equals() public final méthode

public final Equals ( object obj ) : bool
obj object
Résultat bool

GetBaseDefinition() public final méthode

public final GetBaseDefinition ( ) : MethodInfo
Résultat System.Reflection.MethodInfo

GetCustomAttributes() public final méthode

public final GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public final méthode

public final GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetGenericArguments() public final méthode

public final GetGenericArguments ( ) : System.Type[]
Résultat System.Type[]

GetGenericMethodDefinition() public final méthode

public final GetGenericMethodDefinition ( ) : MethodInfo
Résultat System.Reflection.MethodInfo

GetHashCode() public final méthode

public final GetHashCode ( ) : int
Résultat int

GetMethodBody() public final méthode

public final GetMethodBody ( ) : MethodBody
Résultat System.Reflection.MethodBody

GetMethodImplementationFlags() public final méthode

public final GetMethodImplementationFlags ( ) : MethodImplAttributes
Résultat MethodImplAttributes

GetParameters() public final méthode

public final GetParameters ( ) : System.Reflection.ParameterInfo[]
Résultat System.Reflection.ParameterInfo[]

Invoke() public final méthode

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
Résultat object

InvokeBase() protected méthode

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.
Résultat object

InvokeVirtual() protected abstract méthode

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.
Résultat object

IsDefined() public final méthode

public final IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool

MakeGenericMethod() public final méthode

public final MakeGenericMethod ( ) : MethodInfo
Résultat System.Reflection.MethodInfo

MethodInfoBase() protected méthode

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.
Résultat System

ToString() public final méthode

public final ToString ( ) : string
Résultat string