C# Class Expressive.Abstraction.MethodBaseAdapter

Inheritance: IManagedMethod
Afficher le fichier Open project: ashmind/expressive

Méthodes publiques

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

Method Details

GetBodyByteArray() public méthode

public GetBodyByteArray ( ) : byte[]
Résultat byte[]

GetParameters() public méthode

public GetParameters ( ) : IEnumerable
Résultat IEnumerable

GetTypeOfLocal() public méthode

public GetTypeOfLocal ( int index ) : Type
index int
Résultat System.Type

MethodBaseAdapter() public méthode

public MethodBaseAdapter ( MethodBase actual ) : System
actual System.Reflection.MethodBase
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string