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

Inheritance: AsyncMethod
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
EndMethod ( MethodInfo syncMethod, AsyncType type ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetParameters ( ) : System.Reflection.ParameterInfo[]

Private Methods

Méthode Description
ObtainParameters ( MethodInfo syncMethod ) : System.Reflection.ParameterInfo[]

Method Details

EndMethod() public méthode

public EndMethod ( MethodInfo syncMethod, AsyncType type ) : System
syncMethod System.Reflection.MethodInfo
type AsyncType
Résultat System

GetCustomAttributes() public méthode

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

GetParameters() public méthode

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