C# 클래스 ReadEnvSample.ProcessEnvironment

파일 보기 프로젝트 열기: phryneas/eldo

공개 메소드들

메소드 설명
ReadEnvironmentVariables ( this process ) : string>.Dictionary
TryReadEnvironmentVariables ( this process ) : string>.Dictionary

비공개 메소드들

메소드 설명
_EnvToDictionary ( byte env ) : string>.Dictionary
_GetEnvironmentVariablesCore ( IntPtr hProcess ) : string>.Dictionary
_GetPeb32 ( IntPtr hProcess ) : IntPtr
_GetPeb64 ( IntPtr hProcess ) : UniPtr
_GetPebNative ( IntPtr hProcess ) : IntPtr
_GetPenv ( IntPtr hProcess ) : UniPtr
_GetProcessBitness ( IntPtr hProcess ) : int
_HasReadAccess ( IntPtr hProcess, IntPtr address, int &size ) : bool
_HasReadAccessWow64 ( IntPtr hProcess, long address, int &size ) : bool
_TryReadIntPtr ( IntPtr hProcess, IntPtr ptr, IntPtr &readPtr ) : bool
_TryReadIntPtr32 ( IntPtr hProcess, IntPtr ptr, IntPtr &readPtr ) : bool
_TryReadIntPtrWow64 ( IntPtr hProcess, long ptr, long &readPtr ) : bool

메소드 상세

ReadEnvironmentVariables() 공개 정적인 메소드

public static ReadEnvironmentVariables ( this process ) : string>.Dictionary
process this
리턴 string>.Dictionary

TryReadEnvironmentVariables() 공개 정적인 메소드

public static TryReadEnvironmentVariables ( this process ) : string>.Dictionary
process this
리턴 string>.Dictionary