FirmaSAT  10.50.0
Static Public Member Functions | List of all members
firmasat::Gen Class Reference

General info about the core library DLL. More...

Static Public Member Functions

static std::string Comments ()
 Get additional information about the core DLL module. More...
 
static std::string CompileTime ()
 Get date and time the core native DLL module was last compiled. More...
 
static std::string LicenceType ()
 Get licence type as a string. More...
 
static std::string ModuleName ()
 Get full path name of the current process's core native DLL. More...
 
static std::string Platform ()
 Get platform the core native DLL was compiled for. More...
 
static int Version ()
 Get version number of the core native DLL as an integer value. More...
 

Detailed Description

General info about the core library DLL.

Member Function Documentation

◆ Comments()

static std::string firmasat::Gen::Comments ( )
static

Get additional information about the core DLL module.

Returns
Comments string, for example
"Licensed Developer Edition | Edicion de Desarrollador Licenciado"

◆ CompileTime()

static std::string firmasat::Gen::CompileTime ( )
static

Get date and time the core native DLL module was last compiled.

Returns
Date and time string.

◆ LicenceType()

static std::string firmasat::Gen::LicenceType ( )
static

Get licence type as a string.

Returns
"D" = Developer "T" = Trial.

◆ ModuleName()

static std::string firmasat::Gen::ModuleName ( )
static

Get full path name of the current process's core native DLL.

Returns
Path to core native DLL file.
Remarks
This may return C:\Windows\System32 when it is really C:\Windows\SysWOW64.

◆ Platform()

static std::string firmasat::Gen::Platform ( )
static

Get platform the core native DLL was compiled for.

Returns
Win32 or Win64.

◆ Version()

static int firmasat::Gen::Version ( )
static

Get version number of the core native DLL as an integer value.

Returns
Version number in form Major*10000 + Minor*100 + Release. For example, version 2.10.3 would return the integer 21003.
Copyright © 2006-22 D.I. Management Services Pty Limited ABN 78 083 210 584 Australia. All rights reserved. <www.di-mgt.com.au> <www.cryptosys.net>. Generated on Sat Mar 12 2022 21:02:20 by Doxygen 1.9.1.