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

Inheritance: AsyncMethod
Exibir arquivo Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
BeginMethod ( 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

BeginMethod() public method

public BeginMethod ( 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[]