Interface ID3D10Releasable
Defines a method to release the managed reference to the COM interface.
Namespace: JeremyAnsel.DirectX.D3D10
Assembly: JeremyAnsel.DirectX.D3D10.dll
Syntax
public interface ID3D10Releasable
Methods
| Edit this page View SourceDispose()
Immediately releases the unmanaged resources.
Declaration
void Dispose()
Release()
Releases the managed reference to the COM interface.
Declaration
void Release()