LocalRegistryMock.CreateManagedInstance Method
Definition
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.
public:
virtual int CreateManagedInstance(System::String ^ codeBase, System::String ^ assemblyName, System::String ^ typeName, Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppvObj);
public int CreateManagedInstance (string codeBase, string assemblyName, string typeName, ref Guid riid, out IntPtr ppvObj);
abstract member CreateManagedInstance : string * string * string * Guid * nativeint -> int
override this.CreateManagedInstance : string * string * string * Guid * nativeint -> int
Public Function CreateManagedInstance (codeBase As String, assemblyName As String, typeName As String, ByRef riid As Guid, ByRef ppvObj As IntPtr) As Integer
Parameters
- codeBase
- String
- assemblyName
- String
- typeName
- String
- riid
- Guid
- ppvObj
-
IntPtr
nativeint