DeviceManagerGetLibraryVersion Method |
This method returns the version of the native ProScript library as a string.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public static string GetLibraryVersion()
Public Shared Function GetLibraryVersion As String
public:
static String^ GetLibraryVersion()
static member GetLibraryVersion : unit -> string
Return Value
Type:
StringThe version of the native ProScript library as a string.
See Also