C# Класс Mosa.Utility.GUI.Common.MethodStore

Показать файл Открыть проект

Открытые методы

Метод Описание
Clear ( ) : void
GetMethodData ( MosaMethod method, bool create ) : MethodData
GetStageInstructions ( List lines, string blockLabel ) : string
SetDebugStageInformation ( MosaMethod method, string stage, List lines ) : void
SetInstructionTraceInformation ( MosaMethod method, string stage, List lines ) : void
SetMethodCounterInformation ( MosaMethod method, List lines ) : void

Описание методов

Clear() публичный Метод

public Clear ( ) : void
Результат void

GetMethodData() публичный Метод

public GetMethodData ( MosaMethod method, bool create ) : MethodData
method MosaMethod
create bool
Результат MethodData

GetStageInstructions() публичный Метод

public GetStageInstructions ( List lines, string blockLabel ) : string
lines List
blockLabel string
Результат string

SetDebugStageInformation() публичный Метод

public SetDebugStageInformation ( MosaMethod method, string stage, List lines ) : void
method MosaMethod
stage string
lines List
Результат void

SetInstructionTraceInformation() публичный Метод

public SetInstructionTraceInformation ( MosaMethod method, string stage, List lines ) : void
method MosaMethod
stage string
lines List
Результат void

SetMethodCounterInformation() публичный Метод

public SetMethodCounterInformation ( MosaMethod method, List lines ) : void
method MosaMethod
lines List
Результат void