C# 클래스 Castle.Facilities.WcfIntegration.Async.TypeSystem.BeginMethod

상속: AsyncMethod
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
BeginMethod ( MethodInfo syncMethod, AsyncType type ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetParameters ( ) : System.Reflection.ParameterInfo[]

비공개 메소드들

메소드 설명
ObtainParameters ( MethodInfo syncMethod ) : System.Reflection.ParameterInfo[]

메소드 상세

BeginMethod() 공개 메소드

public BeginMethod ( MethodInfo syncMethod, AsyncType type ) : System
syncMethod System.Reflection.MethodInfo
type AsyncType
리턴 System

GetCustomAttributes() 공개 메소드

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

GetParameters() 공개 메소드

public GetParameters ( ) : System.Reflection.ParameterInfo[]
리턴 System.Reflection.ParameterInfo[]