BB FlashBack SDK: FBEditor

GetVersion

Description

Returns the version of the DLL used to create this instance of FBEditor.
 

Syntax

[C#/C++]
public BSTR* GetVersion ()

[VB.NET]
Public Function GetVersion() As String
 

Remarks

The version of the DLL will usually be the same as the version of the SDK read via FBEditor::GetSDKVersion. They may differ, if the version number of the SDK has been advanced, but only some DLLs were changed, and unchanged DLLs did not also advance their version number.

See also

FBEditor::GetSDKVersion