C# Class PERWAPI.Local

Descriptor for a local of a method
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
type Type

Méthodes publiques

Méthode Description
GetIndex ( ) : int
GetSig ( ) : byte[]

Gets the signature for this local variable.

Local ( string lName, Type lType ) : System

Create a new local variable

Local ( string lName, Type lType, bool isPinned ) : System

Create a new local variable that is byref and/or pinned

Private Methods

Méthode Description
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
SetIndex ( int ix ) : void
TypeSig ( MemoryStream str ) : void
Write ( CILWriter output ) : void

Method Details

GetIndex() public méthode

public GetIndex ( ) : int
Résultat int

GetSig() public méthode

Gets the signature for this local variable.
public GetSig ( ) : byte[]
Résultat byte[]

Local() public méthode

Create a new local variable
public Local ( string lName, Type lType ) : System
lName string name of the local variable
lType Type type of the local variable
Résultat System

Local() public méthode

Create a new local variable that is byref and/or pinned
public Local ( string lName, Type lType, bool isPinned ) : System
lName string local name
lType Type local type
isPinned bool has pinned attribute
Résultat System

Property Details

type public_oe property

public Type type
Résultat Type