[This is preliminary documentation and is subject to change.]
The CompositeReflectedData type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CompositeReflectedData | Initializes a new instance of the CompositeReflectedData class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| __CLRObject | (Inherited from CompositeData.) | |
| m_Document | (Inherited from CompositeData.) | |
| m_ExistingReferenceIndex | (Inherited from CompositeData.) | |
| m_FieldData | ||
| m_MetaTypeIndex | (Inherited from CompositeData.) |
Properties
| Name | Description | |
|---|---|---|
| Document |
Returns document instance that contains this type
(Inherited from CompositeData.) | |
| ExistingReference |
Returns true when this instance contains a reference to existing object
(Inherited from CompositeData.) | |
| ExistingReferenceIndex |
Returns either an index that is less than 0 or and index to an existing object which is >=0
(Inherited from CompositeData.) | |
| FieldData |
Returns field data that this instance contains, or null if this instance is a reference to another object
| |
| Referenced |
Returns another composite data that is referenced, if nothing is referenced, returns null
(Inherited from CompositeData.) | |
| Type |
Returns type of this data
(Inherited from CompositeData.) |
See Also