IDebugCoreServer90.CreateManagedInstanceInServer Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C++
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
- szClass
- String
- szAssembly
- String
- wLangId
- UInt16
- riid
- Guid
- ppvObject
-
IntPtr
nativeint
Returns Int32.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |