OptimizerOptions.SharedLibraryFilename Property

Top 

Description

Path and filename to the shared library (.dll on windows, .so on linux) to use.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

""

 

Syntax

myString1 = myOptimizerOptions1.SharedLibraryFilename;

 

myOptimizerOptions1.SharedLibraryFilename = myString1;

 

See also

OptimizerOptions Object