[This is preliminary documentation and is subject to change.]
Used to track persistent objects in memory. Does not prevent the referenced
objects from being collected by the GC because it uses weak referencing.

C# | Visual Basic | Visual C++ |
public interface MetaObject
Public Interface MetaObject
public interface class MetaObject

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | field(String) |
Associated MetaObject's can be queried with this accessor.
|
![]() | id |
The associated global unique identifier.
|
![]() | info |
Schema descriptor for the tracked object.
|
![]() | item |
The tracked object, may be null. The setter is for internal usage only.
|