Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.IlGen.StorageDescriptor Struct Reference

Public Member Functions

StorageDescriptor ToStack ()
 
StorageDescriptor ToLocal (LocalBuilder loc)
 
StorageDescriptor ToStorageType (Type itemStorageType)
 

Static Public Member Functions

static StorageDescriptor None ()
 
static StorageDescriptor Stack (Type itemStorageType, bool isCached)
 
static StorageDescriptor Parameter (int paramIndex, Type itemStorageType, bool isCached)
 
static StorageDescriptor Local (LocalBuilder loc, Type itemStorageType, bool isCached)
 
static StorageDescriptor Current (LocalBuilder locIter, MethodInfo currentMethod, Type itemStorageType)
 
static StorageDescriptor Global (MethodInfo methGlobal, Type itemStorageType, bool isCached)
 

Properties

ItemLocation Location [get]
 
int ParameterLocation [get]
 
LocalBuilder LocalLocation [get]
 
CurrentContext CurrentLocation [get]
 
MethodInfo GlobalLocation [get]
 
bool IsCached [get]
 
Type ItemStorageType [get]
 

Private Attributes

ItemLocation _location
 
object _locationObject
 
Type _itemStorageType
 
bool _isCached
 

Detailed Description

Definition at line 6 of file StorageDescriptor.cs.


The documentation for this struct was generated from the following file: