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

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

공개 메소드들

메소드 설명
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( bool inherit ) : object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
IsDefined ( Type attributeType, bool inherit ) : bool

보호된 메소드들

메소드 설명
AsyncMethod ( MethodInfo syncMethod, AsyncType type ) : System
ObtainNewHandle ( MethodInfo syncMethod ) : RuntimeMethodHandle
VerifyContract ( MethodInfo syncMethod ) : void

메소드 상세

AsyncMethod() 보호된 메소드

protected AsyncMethod ( MethodInfo syncMethod, AsyncType type ) : System
syncMethod System.Reflection.MethodInfo
type AsyncType
리턴 System

GetBaseDefinition() 공개 메소드

public GetBaseDefinition ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

GetMethodImplementationFlags() 공개 메소드

public GetMethodImplementationFlags ( ) : MethodImplAttributes
리턴 MethodImplAttributes

Invoke() 공개 메소드

public Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
obj object
invokeAttr BindingFlags
binder System.Reflection.Binder
parameters object
culture System.Globalization.CultureInfo
리턴 object

IsDefined() 공개 메소드

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
리턴 bool

ObtainNewHandle() 보호된 메소드

protected ObtainNewHandle ( MethodInfo syncMethod ) : RuntimeMethodHandle
syncMethod System.Reflection.MethodInfo
리턴 System.RuntimeMethodHandle

VerifyContract() 보호된 메소드

protected VerifyContract ( MethodInfo syncMethod ) : void
syncMethod System.Reflection.MethodInfo
리턴 void