Property | Type | Description | |
---|---|---|---|
type | Type |
Method | 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
|
Method | Description | |
---|---|---|
BuildCILInfo ( |
||
BuildTables ( |
||
SetIndex ( int ix ) : void | ||
TypeSig ( |
||
Write ( |
public Local ( string lName, Type lType ) : System | ||
lName | string | name of the local variable |
lType | Type | type of the local variable |
return | System |
public Local ( string lName, Type lType, bool isPinned ) : System | ||
lName | string | local name |
lType | Type | local type |
isPinned | bool | has pinned attribute |
return | System |