Click or drag to resize

ClassFactoryCreateInstanceEventArg<T> Class

Provides data for the CreateInstance event of the ComClassFactory type.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ShellBoost.Core.Utilities.ClassFactoryCreateInstanceEventArg<T>

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 ClassFactoryCreateInstanceEventArg<T> type exposes the following members.

Constructors
  NameDescription
Public methodClassFactoryCreateInstanceEventArg<T>
Initializes a new instance of the ClassFactoryCreateInstanceEventArg<T> class.
Top
Properties
  NameDescription
Public propertyInstance
Gets or sets the instance.
Public propertyInterfaceId
Gets the interface identifier (IID).
Top
See Also