OnDemandDataObject Methods |
The OnDemandDataObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddFormat |
Adds a format to the object.
Note the format content is genererally not defined at this moment.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
|
![]() | EnumerateFormats |
Enumerates the available formats.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Finalizes an instance of the OnDemandDataObject class.
(Overrides ObjectFinalize.) |
![]() | GetCompatibleMedium |
Gets a medium compatible with the given format, from an incompatible original medium.
|
![]() | GetFormat |
Gets a specific format.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMedium |
Gets a medium for this object for the specific format.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnMediumGet |
Called when a medium is requested.
|
![]() | OnMediumSet |
Called when a medium is set for this object in a specific format.
|
![]() | OnQueryData |
Called when a format is queried for.
|
![]() | RemoveAllFormats |
Removes all formats.
|
![]() | RemoveFormat(Int32) |
Removes a format.
|
![]() | RemoveFormat(String) |
Removes a format.
|
![]() | SetMedium |
Sets a medium for this object in a specific format.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |