C# 클래스 Expressive.Abstraction.MethodBaseAdapter

상속: IManagedMethod
파일 보기 프로젝트 열기: ashmind/expressive

공개 메소드들

메소드 설명
GetBodyByteArray ( ) : byte[]
GetParameters ( ) : IEnumerable
GetTypeOfLocal ( int index ) : Type
MethodBaseAdapter ( MethodBase actual ) : System
ToString ( ) : string

메소드 상세

GetBodyByteArray() 공개 메소드

public GetBodyByteArray ( ) : byte[]
리턴 byte[]

GetParameters() 공개 메소드

public GetParameters ( ) : IEnumerable
리턴 IEnumerable

GetTypeOfLocal() 공개 메소드

public GetTypeOfLocal ( int index ) : Type
index int
리턴 System.Type

MethodBaseAdapter() 공개 메소드

public MethodBaseAdapter ( MethodBase actual ) : System
actual System.Reflection.MethodBase
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string