Click or drag to resize

DynamicComObject Constructor

Initializes a new instance of the DynamicComObject class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DynamicComObject(
	Object nativeObject
)

Parameters

nativeObject
Type: SystemObject
The native object.
Exceptions
ExceptionCondition
ArgumentNullExceptionnativeObject is null.
See Also