[This is preliminary documentation and is subject to change.]
Structure that holds index informations.
Namespace:
MulLibAssembly: MulLib (in MulLib.dll) Version: 1.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public struct IndexData
Public Structure IndexData
public value class IndexData
Members
| All Members | Fields | Properties |
| Member | Description | |
|---|---|---|
| Empty |
Returns IndexData object with invalid lookup.
| |
| Extra |
Some extra information dependend on mul format.
| |
| IsValid |
Gets wheter this index is valid.
| |
| Lenght |
Size of data.
| |
| Lookup |
Position where to look in mul file for actual data.
| |
| Size |
Unmanaged size of IndexData.
|