ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / ClassInstance Class / GetTypeName Method

In This Topic
    GetTypeName Method
    In This Topic
    void ID3D11ClassInstance::GetTypeName([Out, Buffer, Optional] char* pTypeName,[InOut] SIZE_T* pBufferLength)
    Syntax
    'Declaration
     
    Public Sub GetTypeName( _
       ByVal typeNameRef As IntPtr, _
       ByRef bufferLengthRef As PointerSize _
    ) 
    public void GetTypeName( 
       IntPtr typeNameRef,
       ref PointerSize bufferLengthRef
    )

    Parameters

    typeNameRef
    bufferLengthRef
    See Also