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

상속: AsyncMethod
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

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

비공개 메소드들

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

메소드 상세

EndMethod() 공개 메소드

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