C# 클래스 Enigma.Memory.ProcessExtensions

파일 보기 프로젝트 열기: r3peat/Enigma.D3.Public

공개 메소드들

메소드 설명
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