Click or drag to resize

SOUtils Interface

Utilities, mostly for debugging
  • these may have reduced functionality in a released version.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOUtils : IUtils

The SOUtils type exposes the following members.

Methods
  NameDescription
Public methodDumpClassInfos
Dump ClassInfos. This requires a build with ClassInfos.
(Inherited from IUtils.)
Public methodDumpObjects
Dump objects to filepath. This requires a build with object linking.
(Inherited from IUtils.)
Public methodDumpObjectsOfClass
Dump objects of type ClassName to filepath. This requires a build with object linking.
(Inherited from IUtils.)
Top
See Also