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

Inheritance: AsyncMethod
Show file Open project: castleproject/Windsor

Public Methods

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

Private Methods

Method Description
ObtainParameters ( MethodInfo syncMethod ) : System.Reflection.ParameterInfo[]

Method Details

EndMethod() public method

public EndMethod ( MethodInfo syncMethod, AsyncType type ) : System
syncMethod System.Reflection.MethodInfo
type AsyncType
return System

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
return object[]

GetParameters() public method

public GetParameters ( ) : System.Reflection.ParameterInfo[]
return System.Reflection.ParameterInfo[]