Click or drag to resize

ComClassFactory<T> Class

Defines a COM class factory for a given type.
Inheritance Hierarchy
System.Object
  ShellBoost.Core.Utilities.ComClassFactory<T>

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

Type Parameters

T
The COM server type.

The ComClassFactory<T> type exposes the following members.

Constructors
  NameDescription
Public methodComClassFactory<T>
Initializes a new instance of the ComClassFactory<T> class
Top
Methods
  NameDescription
Protected methodOnCreateInstance
Called when an instance is being created.
Top
Events
  NameDescription
Public eventCreateInstance
Occurs when an instance is being created.
Top
See Also