C# Class Realms.WovenGetterMethodInfo

Inheritance: System.Reflection.MethodInfo
Afficher le fichier Open project: realm/realm-dotnet

Méthodes publiques

Méthode Description
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
IsDefined ( Type attributeType, bool inherit ) : bool
WovenGetterMethodInfo ( MethodInfo mi ) : System

Method Details

GetBaseDefinition() public méthode

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

GetCustomAttributes() public méthode

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

GetCustomAttributes() public méthode

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

GetMethodImplementationFlags() public méthode

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Résultat MethodImplAttributes

GetParameters() public méthode

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

Invoke() public méthode

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

IsDefined() public méthode

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

WovenGetterMethodInfo() public méthode

public WovenGetterMethodInfo ( MethodInfo mi ) : System
mi System.Reflection.MethodInfo
Résultat System