C# 클래스 MemoScope.Modules.Process.ProcessInfoValue

파일 보기 프로젝트 열기: fremag/MemoScope.Net 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( ProcessWrapper proc ) : object
ProcessInfoValue ( string name, string alias, string groupName, object>.Func valueGetter, string format ) : System
Reset ( ) : void

메소드 상세

GetValue() 공개 메소드

public GetValue ( ProcessWrapper proc ) : object
proc ProcessWrapper
리턴 object

ProcessInfoValue() 공개 메소드

public ProcessInfoValue ( string name, string alias, string groupName, object>.Func valueGetter, string format ) : System
name string
alias string
groupName string
valueGetter object>.Func
format string
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void