C# Class Sanderling.Exe.App

显示文件 Open project: Arcitectus/Sanderling

Public Properties

Property Type Description
FromScriptMeasurementInvalidationTime Int64?

Private Properties

Property Type Description
ActivatedFirstTime void
Application_Activated void
Application_DispatcherUnhandledException void
ButtonClicked void
ConfigSetup void
CurrentDomain_AssemblyResolve System.Reflection.Assembly
FromScriptInvalidateMeasurement void
FromScriptRequestMemoryMeasurementEvaluation FromProcessMeasurement
InterfaceExchange void
LicenseClientExchange void
LogCreate void
LogEntryWrite void
LogEntryWriteNow void
MeasurementMemoryTake void
ScriptRunClientBuild BotSharp.ScriptRun.IScriptRunClient
ScriptRunPause void
ScriptRunPlay void
SetScriptIncludedConstruct string>>.IEnumerable
TimerConstruct void
Timer_Tick void
UIPresent void
UIPresentScript void
Window_KeyDown void

Public Methods

Method Description
App ( ) : Bib3
ConfigDefaultConstruct ( ) : ExeConfig
GetTimeStopwatch ( ) : System.Int64
ProcessInput ( ) : void
SetKeyBotMotionDisable ( ) : IEnumerable>

Private Methods

Method Description
ActivatedFirstTime ( ) : void
Application_Activated ( object sender, EventArgs e ) : void
Application_DispatcherUnhandledException ( object sender, DispatcherUnhandledExceptionEventArgs e ) : void
ButtonClicked ( object sender, RoutedEventArgs e ) : void
ConfigSetup ( ) : void
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : System.Reflection.Assembly
FromScriptInvalidateMeasurement ( int delayToMeasurementMilli ) : void
FromScriptRequestMemoryMeasurementEvaluation ( ) : FromProcessMeasurement
InterfaceExchange ( ) : void
LicenseClientExchange ( ) : void
LogCreate ( ) : void
LogEntryWrite ( LogEntry entry ) : void
LogEntryWriteNow ( LogEntry entry ) : void
MeasurementMemoryTake ( int processId, System.Int64 measurementBeginTimeMinMilli ) : void
ScriptRunClientBuild ( BotSharp run ) : BotSharp.ScriptRun.IScriptRunClient
ScriptRunPause ( ) : void
ScriptRunPlay ( ) : void
SetScriptIncludedConstruct ( ) : string>>.IEnumerable
TimerConstruct ( ) : void
Timer_Tick ( object sender, object e ) : void
UIPresent ( ) : void
UIPresentScript ( ) : void
Window_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

App() public method

public App ( ) : Bib3
return Bib3

ConfigDefaultConstruct() static public method

static public ConfigDefaultConstruct ( ) : ExeConfig
return ExeConfig

GetTimeStopwatch() static public method

static public GetTimeStopwatch ( ) : System.Int64
return System.Int64

ProcessInput() public method

public ProcessInput ( ) : void
return void

SetKeyBotMotionDisable() public method

public SetKeyBotMotionDisable ( ) : IEnumerable>
return IEnumerable>

Property Details

FromScriptMeasurementInvalidationTime public_oe property

public Int64? FromScriptMeasurementInvalidationTime
return Int64?