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