C# Class Enigma.Memory.ProcessExtensions

Mostrar archivo Open project: r3peat/Enigma.D3.Public

Public Methods

Method Description
GetFileVersion ( this process ) : System.Version
Is64BitProcess ( this process ) : bool
IsLargeAddressAware ( this process ) : bool
RetrieveLinkerTimestamp ( this process ) : System.DateTime

Method Details

GetFileVersion() public static method

public static GetFileVersion ( this process ) : System.Version
process this
return System.Version

Is64BitProcess() public static method

public static Is64BitProcess ( this process ) : bool
process this
return bool

IsLargeAddressAware() public static method

public static IsLargeAddressAware ( this process ) : bool
process this
return bool

RetrieveLinkerTimestamp() public static method

public static RetrieveLinkerTimestamp ( this process ) : System.DateTime
process this
return System.DateTime