IClassActivator.GetClassObject Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetClassObject ( _
ByRef rclsid As Guid, _
dwClassContext As UInteger, _
locale As UInteger, _
ByRef riid As Guid, _
<OutAttribute> ByRef ppv As IntPtr _
)
void GetClassObject(
ref Guid rclsid,
uint dwClassContext,
uint locale,
ref Guid riid,
out IntPtr ppv
)
void GetClassObject(
[InAttribute] Guid% rclsid,
[InAttribute] unsigned int dwClassContext,
[InAttribute] unsigned int locale,
[InAttribute] Guid% riid,
[OutAttribute] IntPtr% ppv
)
abstract GetClassObject :
rclsid:Guid byref *
dwClassContext:uint32 *
locale:uint32 *
riid:Guid byref *
ppv:IntPtr byref -> unit
function GetClassObject(
rclsid : Guid,
dwClassContext : uint,
locale : uint,
riid : Guid,
ppv : IntPtr
)
Parameters
- rclsid
Type: Guid%
- dwClassContext
Type: UInt32
- locale
Type: UInt32
- riid
Type: Guid%
- ppv
Type: IntPtr%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.