C# Class PERWAPI.MethodSpec

Descriptor for an Instantiation of a generic method
Inheritance: Method
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
GetGenericParamTypes ( ) : Type[]
GetMethParent ( ) : Method
MethodSpec ( Method mParent, Type instTypes ) : System

Private Methods

Méthode Description
BuildSignatures ( MetaDataOut md ) : void
BuildTables ( MetaDataOut md ) : void
MethodSpec ( PEReader buff ) : System
Read ( PEReader buff, TableRow specs ) : void
Resolve ( PEReader buff ) : void
Size ( MetaData md ) : uint
TypeSig ( MemoryStream str ) : void
Write ( PEWriter output ) : void

Method Details

GetGenericParamTypes() public méthode

public GetGenericParamTypes ( ) : Type[]
Résultat Type[]

GetMethParent() public méthode

public GetMethParent ( ) : Method
Résultat Method

MethodSpec() public méthode

public MethodSpec ( Method mParent, Type instTypes ) : System
mParent Method
instTypes Type
Résultat System