Click or drag to resize
SoModuleCheck Class

Class used to check and report library and application consistency.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.InventorSoModuleCheck

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public class SoModuleCheck : SoNetBase

The SoModuleCheck type exposes the following members.

Constructors
  NameDescription
Public methodSoModuleCheck(Boolean)

Constructor.

Public methodSoModuleCheck(Int32)

Checks the application was not built with SO_VERSION_DEPRECATED_ERROR.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetCompilerString

Returns a string describing the compiler used to build the library.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetInternalBuildString

Returns as a string the internal VSG build number.

Public methodStatic memberGetPlatformString

Returns a string describing the platform used to build the library.

Public methodStatic memberGetProductVersion

Returns the Open Inventor version of the library.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsDebug

Returns true if the library was built in debug mode.

Public methodStatic memberIsSCLFlag

Returns true if the library was built with _SECURE_SCL=1 compiler flag.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Contains static methods to query information about how the library was built.

See Also