Method | Description | |
---|---|---|
Current ( |
Create a StorageDescriptor for an item which is the Current item in an iterator.
|
|
Global ( |
Create a StorageDescriptor for an item located in a global variable.
|
|
Local ( |
Create a StorageDescriptor for an item located in a local variable.
|
|
None ( ) : |
Create default, empty StorageDescriptor.
|
|
Parameter ( int paramIndex, |
Create a StorageDescriptor for an item which is a parameter to the current method.
|
|
Stack ( |
Create a StorageDescriptor for an item located on the stack.
|
|
ToLocal ( |
Create a StorageDescriptor for an item located in a local variable.
|
|
ToStack ( ) : |
Return copy of current descriptor, but change item's location to the stack.
|
|
ToStorageType ( |
Create a StorageDescriptor which is the same as this one, except for the item storage type.
|
public static Current ( |
||
locIter | ||
itemStorageType | ||
return |
public static Global ( |
||
methGlobal | ||
itemStorageType | ||
isCached | bool | |
return |
public static Local ( |
||
loc | ||
itemStorageType | ||
isCached | bool | |
return |
public static Parameter ( int paramIndex, |
||
paramIndex | int | |
itemStorageType | ||
isCached | bool | |
return |
public static Stack ( |
||
itemStorageType | ||
isCached | bool | |
return |
public ToLocal ( |
||
loc | ||
return |
public ToStorageType ( |
||
itemStorageType | ||
return |