Condividi tramite


IDebugCoreServer90.CreateManagedInstanceInServer Method

Definition

public:
 int CreateManagedInstanceInServer(System::String ^ szClass, System::String ^ szAssembly, System::UInt16 wLangId, Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppvObject);
public int CreateManagedInstanceInServer(string szClass, string szAssembly, ushort wLangId, ref Guid riid, out IntPtr ppvObject);
abstract member CreateManagedInstanceInServer : string * string * uint16 * Guid * nativeint -> int
Public Function CreateManagedInstanceInServer (szClass As String, szAssembly As String, wLangId As UShort, ByRef riid As Guid, ByRef ppvObject As IntPtr) As Integer

Parameters

szClass
String
szAssembly
String
wLangId
UInt16
riid
Guid
ppvObject
IntPtr

nativeint

Returns

Returns Int32.

Applies to