C# Class msos.Triage

Inheritance: ICommand
Afficher le fichier Open project: goldshtn/msos Class Usage Examples

Private Properties

Свойство Type Description
FillFaultingThreadAndModuleInformation void
FillMemoryUsageInformation void
FillModuleInformation void
PrintTriageInformation void

Méthodes publiques

Méthode Description
Execute ( CommandExecutionContext context ) : void
GetTriageInformation ( CommandExecutionContext context ) : TriageInformation

Private Methods

Méthode Description
FillFaultingThreadAndModuleInformation ( CommandExecutionContext context ) : void
FillMemoryUsageInformation ( CommandExecutionContext context ) : void
FillModuleInformation ( ) : void
PrintTriageInformation ( CommandExecutionContext context, TriageInformation triageInformation ) : void

Method Details

Execute() public méthode

public Execute ( CommandExecutionContext context ) : void
context CommandExecutionContext
Résultat void

GetTriageInformation() public méthode

public GetTriageInformation ( CommandExecutionContext context ) : TriageInformation
context CommandExecutionContext
Résultat TriageInformation