ElementsTypeMetadata
Overview
Location
- Reference: libToffee.fx
- Namespace: RemObjects.Elements.System
Fields
CustomAttributes
var CustomAttributes: ^void;
void* CustomAttributes
var CustomAttributes: UnsafeMutablePointer<void>
void* CustomAttributes
FIELD CustomAttributes() As Ptr(Of Void)
EventAttributes
var EventAttributes: ^void;
void* EventAttributes
var EventAttributes: UnsafeMutablePointer<void>
void* EventAttributes
FIELD EventAttributes() As Ptr(Of Void)
Events
var Events: ^ElementsEventsData;
ElementsEventsData* Events
var Events: UnsafeMutablePointer<ElementsEventsData>
ElementsEventsData* Events
FIELD Events() As Ptr(Of ElementsEventsData)
FieldAttributes
var FieldAttributes: ^void;
void* FieldAttributes
var FieldAttributes: UnsafeMutablePointer<void>
void* FieldAttributes
FIELD FieldAttributes() As Ptr(Of Void)
PropertyAttributes
var PropertyAttributes: ^void;
void* PropertyAttributes
var PropertyAttributes: UnsafeMutablePointer<void>
void* PropertyAttributes
FIELD PropertyAttributes() As Ptr(Of Void)
Size
StaticFieldAttributes
var StaticFieldAttributes: ^void;
void* StaticFieldAttributes
var StaticFieldAttributes: UnsafeMutablePointer<void>
void* StaticFieldAttributes
FIELD StaticFieldAttributes() As Ptr(Of Void)
StaticFields
var StaticFields: ^ElementsFieldsData;
ElementsFieldsData* StaticFields
var StaticFields: UnsafeMutablePointer<ElementsFieldsData>
ElementsFieldsData* StaticFields
FIELD StaticFields() As Ptr(Of ElementsFieldsData)