dotNet Protector API

ActivationManager.SameSoftware Method (AssemblyName, UInt64)

Checks if software designated by asmname and config are the same

[Visual Basic]
Overloads Public Function SameSoftware( _
   ByVal asmname As AssemblyName, _
   ByVal SwMajor As UInt64 _
) As Boolean
[C#]
public bool SameSoftware(
   AssemblyName asmname,
   ulong SwMajor
);

Parameters

asmname
System.Reflection.AssemblyName from assembly to check
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