Struct VTable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public struct VTable
Fields
| Improve this Doc View SourceAssemblyQualifiedName
Declaration
public string AssemblyQualifiedName
Field Value
Type | Description |
---|---|
System.String |
BaseTypeIdentifier
Declaration
public uint BaseTypeIdentifier
Field Value
Type | Description |
---|---|
System.UInt32 |
InterfaceCount
Declaration
public uint InterfaceCount
Field Value
Type | Description |
---|---|
System.UInt32 |
InterfaceIndexes
Declaration
public uint[] InterfaceIndexes
Field Value
Type | Description |
---|---|
System.UInt32[] |
InterfaceMethodCount
Declaration
public uint InterfaceMethodCount
Field Value
Type | Description |
---|---|
System.UInt32 |
InterfaceMethodIndexes
Declaration
public uint[] InterfaceMethodIndexes
Field Value
Type | Description |
---|---|
System.UInt32[] |
IsStruct
Declaration
public bool IsStruct
Field Value
Type | Description |
---|---|
System.Boolean |
IsValueType
Declaration
public bool IsValueType
Field Value
Type | Description |
---|---|
System.Boolean |
MethodAddresses
Declaration
public uint[] MethodAddresses
Field Value
Type | Description |
---|---|
System.UInt32[] |
MethodCount
Declaration
public uint MethodCount
Field Value
Type | Description |
---|---|
System.UInt32 |
MethodIndexes
Declaration
public uint[] MethodIndexes
Field Value
Type | Description |
---|---|
System.UInt32[] |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Size
Declaration
public uint Size
Field Value
Type | Description |
---|---|
System.UInt32 |
TargetMethodIndexes
Declaration
public uint[] TargetMethodIndexes
Field Value
Type | Description |
---|---|
System.UInt32[] |