Return full path name of core native DLL module being used.
Namespace: CryptoSysPQCAssembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string ModuleName()
Public Shared Function ModuleName As String
Return Value
StringFile name.
RemarksNote
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