Click or drag to resize

GeneralModuleName Method

Return full path name of core native DLL module being used.

Namespace: CryptoSysPQC
Assembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ModuleName()

Return Value

String
File name.
Remarks
Note C:\WINDOWS\SYSTEM32\ may be returned even if it is really C:\WINDOWS\SYSWOW64\. Use General.DllInfo() to find out exactly which platform is being used (Win32 or X64).
See Also