C# 클래스 Mono.Debugger.Test.Framework.LibGTop

파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
GetMemoryInfo ( int pid ) : MemoryInfo
GetOpenFiles ( int pid ) : int
GetPid ( ) : int

비공개 메소드들

메소드 설명
mono_debugger_libgtop_glue_get_memory ( int pid, LibGTopGlueMemoryInfo &info ) : bool
mono_debugger_libgtop_glue_get_open_files ( int pid, int &files ) : bool
mono_debugger_libgtop_glue_get_pid ( ) : int

메소드 상세

GetMemoryInfo() 공개 정적인 메소드

public static GetMemoryInfo ( int pid ) : MemoryInfo
pid int
리턴 MemoryInfo

GetOpenFiles() 공개 정적인 메소드

public static GetOpenFiles ( int pid ) : int
pid int
리턴 int

GetPid() 공개 정적인 메소드

public static GetPid ( ) : int
리턴 int