C# Class Expressive.Abstraction.MethodBaseAdapter

Inheritance: IManagedMethod
Show file Open project: ashmind/expressive

Public Methods

Method Description
GetBodyByteArray ( ) : byte[]
GetParameters ( ) : IEnumerable
GetTypeOfLocal ( int index ) : Type
MethodBaseAdapter ( MethodBase actual ) : System
ToString ( ) : string

Method Details

GetBodyByteArray() public method

public GetBodyByteArray ( ) : byte[]
return byte[]

GetParameters() public method

public GetParameters ( ) : IEnumerable
return IEnumerable

GetTypeOfLocal() public method

public GetTypeOfLocal ( int index ) : Type
index int
return System.Type

MethodBaseAdapter() public method

public MethodBaseAdapter ( MethodBase actual ) : System
actual System.Reflection.MethodBase
return System

ToString() public method

public ToString ( ) : string
return string