Click or drag to resize

ClassFactoryCreateInstanceEventArgT Class

Provides data for the CreateInstance event of the ComClassFactory type.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ShellBoost.Core.UtilitiesClassFactoryCreateInstanceEventArgT

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class ClassFactoryCreateInstanceEventArg<T> : EventArgs

Type Parameters

T
The COM server type.

The ClassFactoryCreateInstanceEventArgT type exposes the following members.

Constructors
  NameDescription
Public methodClassFactoryCreateInstanceEventArgT
Initializes a new instance of the ClassFactoryCreateInstanceEventArgT class.
Top
Properties
  NameDescription
Public propertyInstance
Gets or sets the instance.
Public propertyInterfaceId
Gets the interface identifier (IID).
Top
See Also