XPObjectStub Constructors
A container for object data passed via the ISerializableObjectLayer objects.Name | Parameters | Description |
---|---|---|
XPObjectStub() | none | This member supports the internal infrastructure and is not intended to be used directly from your code. |
XPObjectStub(XPClassInfoStub, Guid, Object[]) | classInfo, guid, data | This member supports the internal infrastructure and is not intended to be used directly from your code. |
XPObjectStub(XPClassInfoStub, Guid) | classInfo, guid | This member supports the internal infrastructure and is not intended to be used directly from your code. |
XPObjectStub(XPClassInfoStub, Object[]) | classInfo, data | This member supports the internal infrastructure and is not intended to be used directly from your code. |
XPObjectStub(XPClassInfoStub) | classInfo | This member supports the internal infrastructure and is not intended to be used directly from your code. |
XPObjectStub(String, Guid, Object[], XPClassInfoStubOldValueContainer[], Boolean[]) | className, guid, data, oldData, changed | This member supports the internal infrastructure and is not intended to be used directly from your code. |
XPObjectStub(String, Object[], XPClassInfoStubOldValueContainer[], Boolean[]) | className, data, oldData, changed | This member supports the internal infrastructure and is not intended to be used directly from your code. |
See Also