C# Class MemoScope.Modules.Process.ProcessInfoValue

Afficher le fichier Open project: fremag/MemoScope.Net Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( ProcessWrapper proc ) : object
ProcessInfoValue ( string name, string alias, string groupName, object>.Func valueGetter, string format ) : System
Reset ( ) : void

Method Details

GetValue() public méthode

public GetValue ( ProcessWrapper proc ) : object
proc ProcessWrapper
Résultat object

ProcessInfoValue() public méthode

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
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void