Class Library
Contains library metadata and configurables
Inheritance
System.Object
Library
Namespace: PTIRelianceLib
Assembly: PTIRelianceLib.dll
Syntax
public static class Library : object
Fields
| Improve this Doc View SourceOptions
Gets or Sets Library options for this duration of your application. It is recommended to set this field only once, at the start of your application. Altering this property or the contents of this property during runtime may result in undefined behavior.
Declaration
public static LibraryOptions Options
Field Value
Type | Description |
---|---|
LibraryOptions | Current Library Options |
Properties
| Improve this Doc View SourceVersion
Returns the assembly file version of this library
Declaration
public static string Version { get; }
Property Value
Type | Description |
---|---|
System.String | Assembly version string |