Inheritance
TypeDescriptionEntries
public class TypeDescriptionEntries : object, ITypeDescriptionEntries
Properties
Declaration
public ArrayEntries<string> assembly { get; }
Property Value
Implements
Declaration
public ArrayEntries<int> baseOrElementTypeIndex { get; }
Property Value
Implements
Declaration
public ArrayEntries<int[]> fieldIndices { get; }
Property Value
Implements
Declaration
public ArrayEntries<TypeFlags> flags { get; }
Property Value
Implements
Declaration
public ArrayEntries<int> size { get; }
Property Value
Implements
Declaration
public ArrayEntries<byte[]> staticFieldBytes { get; }
Property Value
Implements
Declaration
public ArrayEntries<string> typeDescriptionName { get; }
Property Value
Implements
Declaration
public ArrayEntries<int> typeIndex { get; }
Property Value
Implements
Declaration
public ArrayEntries<ulong> typeInfoAddress { get; }
Property Value
Implements
Methods
Declaration
public uint GetNumEntries()
Returns
Implements