C# Class PERWAPI.LocalSig

Descriptor for the locals for a method
Inheritance: Signature
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
LocalSig ( Local locals ) : System

Private Methods

Méthode Description
BuildSignatures ( MetaDataOut md ) : void
BuildTables ( MetaDataOut md ) : void
GetLocals ( ) : Local[]
LocalSig ( uint sigIx ) : System
Resolve ( PEReader buff ) : void
Resolve ( PEReader buff, MethodDef meth ) : void
SigBytes ( ) : byte[]

Method Details

LocalSig() public méthode

public LocalSig ( Local locals ) : System
locals Local
Résultat System