C# Class Castle.Facilities.WcfIntegration.Async.TypeSystem.AsyncMethod

Inheritance: System.Reflection.MethodInfo
Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
AsyncMethod ( MethodInfo syncMethod, AsyncType type ) : System
ObtainNewHandle ( MethodInfo syncMethod ) : RuntimeMethodHandle
VerifyContract ( MethodInfo syncMethod ) : void

Method Details

AsyncMethod() protected méthode

protected AsyncMethod ( MethodInfo syncMethod, AsyncType type ) : System
syncMethod System.Reflection.MethodInfo
type AsyncType
Résultat System

GetBaseDefinition() public méthode

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

GetCustomAttributes() public méthode

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

GetMethodImplementationFlags() public méthode

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Résultat MethodImplAttributes

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

ObtainNewHandle() protected méthode

protected ObtainNewHandle ( MethodInfo syncMethod ) : RuntimeMethodHandle
syncMethod System.Reflection.MethodInfo
Résultat System.RuntimeMethodHandle

VerifyContract() protected méthode

protected VerifyContract ( MethodInfo syncMethod ) : void
syncMethod System.Reflection.MethodInfo
Résultat void