Remote |
The RemoteObject type exposes the following members.
Name | Description | |
---|---|---|
RemoteObject | Initializes a new instance of the RemoteObject class |
Name | Description | |
---|---|---|
ClassName | Object class (constructor) name. Specified for `object` type values only. | |
CustomPreview | CustomPreview | |
DeepSerializedValue | Deep serialized value. | |
Description | String representation of the object. | |
ObjectId | Unique object identifier (for non-primitive values). | |
Preview | Preview containing abbreviated property values. Specified for `object` type values only. | |
Subtype | Object subtype hint. Specified for `object` type values only. NOTE: If you change anything here, make sure to also update `subtype` in `ObjectPreview` and `PropertyPreview` below. | |
Type | Object type. | |
UnserializableValue | Primitive value which can not be JSON-stringified does not have `value`, but gets this property. | |
Value | Remote object value in case of primitive values or JSON values (if it was requested). |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToDictionary | (Inherited from DevToolsDomainEntityBase) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |