Click or drag to resize

IUtilsDumpObjectsOfClass Method

Dump objects of type ClassName to filepath. This requires a build with object linking.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
void DumpObjectsOfClass(
	string i_ClassName,
	string i_FilePath
)

Parameters

i_ClassName
Type: SystemString
i_FilePath
Type: SystemString
See Also