[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.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface MetaObject
Public Interface MetaObject
public interface class MetaObject
Members
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.
|