Share via


IDebugCoreServer90.CreateManagedInstanceInServer Method

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
Function CreateManagedInstanceInServer ( _
    szClass As String, _
    szAssembly As String, _
    wLangId As UShort, _
    ByRef riid As Guid, _
    <OutAttribute> ByRef ppvObject As IntPtr _
) As Integer
int CreateManagedInstanceInServer(
    string szClass,
    string szAssembly,
    ushort wLangId,
    ref Guid riid,
    out IntPtr ppvObject
)
int CreateManagedInstanceInServer(
    [InAttribute] String^ szClass, 
    [InAttribute] String^ szAssembly, 
    [InAttribute] unsigned short wLangId, 
    [InAttribute] Guid% riid, 
    [OutAttribute] IntPtr% ppvObject
)
abstract CreateManagedInstanceInServer : 
        szClass:string * 
        szAssembly:string * 
        wLangId:uint16 * 
        riid:Guid byref * 
        ppvObject:IntPtr byref -> int 
function CreateManagedInstanceInServer(
    szClass : String, 
    szAssembly : String, 
    wLangId : ushort, 
    riid : Guid, 
    ppvObject : IntPtr
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IDebugCoreServer90 Interface

Microsoft.VisualStudio.Debugger.Interop Namespace