Overview

Location

Fields


CustomAttributes

var CustomAttributes: ^void;
var CustomAttributes: UnsafeMutablePointer<void>
FIELD CustomAttributes() As Ptr(Of Void)

EventAttributes

var EventAttributes: ^void;
var EventAttributes: UnsafeMutablePointer<void>
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;
var FieldAttributes: UnsafeMutablePointer<void>
FIELD FieldAttributes() As Ptr(Of Void)

PropertyAttributes

var PropertyAttributes: ^void;
var PropertyAttributes: UnsafeMutablePointer<void>
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)