Device.UnmanagedComPointer Property (Microsoft.DirectX.Direct3D)

Returns the unmanaged Component Object Model (COM) IDirect3DDevice9 interface pointer.

Definition

Visual Basic Public ReadOnly Property UnmanagedComPointer As IDirect3DDevice9
C# public IDirect3DDevice9 UnmanagedComPointer { get; }
C++ public:
property IDirect3DDevice9 UnmanagedComPointer {
        IDirect3DDevice9 get();
}
JScript public function get UnmanagedComPointer() : IDirect3DDevice9

Property Value

Microsoft.DirectX.PrivateImplementationDetails.IDirect3DDevice9
Unmanaged IDirect3DDevice9 interface pointer.

This property is read-only. 

Remarks

The Microsoft.DirectX.PrivateImplementationDetails namespace contains structures and interfaces that allow the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectX API. These structures and interfaces are not intended to be used directly from your code.