C# Класс Enigma.Memory.ProcessExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetFileVersion ( this process ) : System.Version
Is64BitProcess ( this process ) : bool
IsLargeAddressAware ( this process ) : bool
RetrieveLinkerTimestamp ( this process ) : System.DateTime

Описание методов

GetFileVersion() публичный статический Метод

public static GetFileVersion ( this process ) : System.Version
process this
Результат System.Version

Is64BitProcess() публичный статический Метод

public static Is64BitProcess ( this process ) : bool
process this
Результат bool

IsLargeAddressAware() публичный статический Метод

public static IsLargeAddressAware ( this process ) : bool
process this
Результат bool

RetrieveLinkerTimestamp() публичный статический Метод

public static RetrieveLinkerTimestamp ( this process ) : System.DateTime
process this
Результат System.DateTime