ComLocalServerRegisterClassObjectT Method |
Registers the class object and optionally permits activation requests on it.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntaxpublic virtual void RegisterClassObject<T>(
REGCLS options = REGCLS.REGCLS_MULTIPLEUSE,
Object factory = null
)
Parameters
- options (Optional)
- Type: ShellBoost.Core.UtilitiesREGCLS
The options. - factory (Optional)
- Type: SystemObject
The class object whose availability is being published.
Type Parameters
- T
- The class object type.
See Also