Click or drag to resize

ComLocalServerRegisterClassObjectT Method

Registers the class object and optionally permits activation requests on it.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void RegisterClassObject<T>(
	REGCLS options = REGCLS.REGCLS_MULTIPLEUSE,
	Object factory = null
)

Parameters

options (Optional)
Type: callback.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