dotNet Protector API

ActivationManager.SameSoftware Method (String, UInt64)

Checks if software designated by soft and config are the same

[Visual Basic]
Overloads Public Shared Function SameSoftware( _
   ByVal soft As String, _
   ByVal SwMajor As UInt64 _
) As Boolean
[C#]
public static bool SameSoftware(
   string soft,
   ulong SwMajor
);

Parameters

soft
software under the form Assembly,Major
SwMajor

Return Value

true if same

See Also

ActivationManager Class | PvLogiciels.dotNetProtector Namespace | ActivationManager.SameSoftware Overload List

Send comments about this topic to PV Logiciels