Class MediaContent
Defines the whole or a part of the whole content of a media item
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Core.Common.Data
Assembly: ImageVault.Core.dll
Syntax
public abstract class MediaContent : MediaContentBase, IDisposable
Constructors
MediaContent()
Initializes a new instance of the MediaContent class.
Declaration
protected MediaContent()
MediaContent(MediaContentBase)
Initializes a new instance of the MediaContent class.
Declaration
protected MediaContent(MediaContentBase reference)
Parameters
Type | Name | Description |
---|---|---|
MediaContentBase | reference |
Properties
Disposed
Is true if the MediaContent is disposed
Declaration
protected bool Disposed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Dispose(Boolean)
Releases the resources used by the MediaContent.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Set to true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Implements
System.IDisposable