C# Class PERWAPI.MethodSpec

Descriptor for an Instantiation of a generic method
Inheritance: Method
Mostrar archivo Open project: xored/f4 Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public GetGenericParamTypes ( ) : Type[]
return Type[]

GetMethParent() public method

public GetMethParent ( ) : Method
return Method

MethodSpec() public method

public MethodSpec ( Method mParent, Type instTypes ) : System
mParent Method
instTypes Type
return System