C# Class Enigma.Memory.ProcessExtensions

Afficher le fichier Open project: r3peat/Enigma.D3.Public

Méthodes publiques

Méthode Description
GetFileVersion ( this process ) : System.Version
Is64BitProcess ( this process ) : bool
IsLargeAddressAware ( this process ) : bool
RetrieveLinkerTimestamp ( this process ) : System.DateTime

Method Details

GetFileVersion() public static méthode

public static GetFileVersion ( this process ) : System.Version
process this
Résultat System.Version

Is64BitProcess() public static méthode

public static Is64BitProcess ( this process ) : bool
process this
Résultat bool

IsLargeAddressAware() public static méthode

public static IsLargeAddressAware ( this process ) : bool
process this
Résultat bool

RetrieveLinkerTimestamp() public static méthode

public static RetrieveLinkerTimestamp ( this process ) : System.DateTime
process this
Résultat System.DateTime