C# Class Tangerine.UI.frmMain

ファイルを表示 Open project: andreycha/tangerine

Public Methods

Method Description
AddOutputText ( string text ) : void
GetHooks ( ) : IEnumerable
GetLogMethodNames ( ) : bool
GetLogParameterValues ( ) : bool
GetLogReturnValues ( ) : bool
InitializeAssemblyTree ( IEnumerable assemblies ) : void
ResetButton ( string target ) : void
SetExpanded ( Node node ) : void
SetManifestInformation ( IManifest manifest ) : void
SetTreeModel ( AssemblyTreeModel treeModel ) : void
frmMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddOutputTextInternal ( string text ) : void
CheckXDEConsole ( ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
DeployToDevice ( object sender, EventArgs e ) : void
DeployToEmulator ( object sender, EventArgs e ) : void
GetSelectedHook ( ) : MethodHook
HideExcessTabs ( ) : void
IMainView ( ) : MethodHook
IMainView ( IEnumerable searchItems ) : string
IMainView ( Exception exception ) : void
IMainView ( MethodHook methodHook ) : void
InitializeAssemblyTreeInternal ( IEnumerable assemblies ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeDeployContextMenu ( ) : void
KillXDEMonitor ( ) : void
LoadApplication ( string path ) : void
OnExit ( object sender, EventArgs e ) : void
OnToolsXDEMonitor_Clicked ( object sender, EventArgs e ) : void
PrepareForDeploy ( ) : void
RefreshHookButtons ( ) : void
ResetButtonInternal ( string target ) : void
SetExpandedInternal ( Node node ) : void
SetManifestInfoInternal ( IManifest manifest ) : void
SetTreeModelInternal ( AssemblyTreeModel treeModel ) : void
ShowError ( Exception exception ) : void
ShowExcessTabs ( ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
btnAddMethod_Click ( object sender, EventArgs e ) : void
btnBrowseFile_Click ( object sender, EventArgs e ) : void
btnBrowseFolder_Click ( object sender, EventArgs e ) : void
btnDeploy_Click ( object sender, EventArgs e ) : void
btnEditHook_Click ( object sender, EventArgs e ) : void
btnRemoveHook_Click ( object sender, EventArgs e ) : void
cbxCryptoFilter_CheckedChanged ( object sender, EventArgs e ) : void
cbxIOFilter_CheckedChanged ( object sender, EventArgs e ) : void
cbxNetFilter_CheckedChanged ( object sender, EventArgs e ) : void
cbxURIAndFileHandlerFilter_CheckedChanged ( object sender, EventArgs e ) : void
chbLogMethods_CheckedChanged ( object sender, EventArgs e ) : void
frmMain_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmMain_Load ( object sender, EventArgs e ) : void
lbMethods_SelectedIndexChanged ( object sender, EventArgs e ) : void
trvAssemblies_NodeMouseDoubleClick ( object sender, TreeNodeAdvMouseEventArgs e ) : void

Method Details

AddOutputText() public method

public AddOutputText ( string text ) : void
text string
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetHooks() public method

public GetHooks ( ) : IEnumerable
return IEnumerable

GetLogMethodNames() public method

public GetLogMethodNames ( ) : bool
return bool

GetLogParameterValues() public method

public GetLogParameterValues ( ) : bool
return bool

GetLogReturnValues() public method

public GetLogReturnValues ( ) : bool
return bool

InitializeAssemblyTree() public method

public InitializeAssemblyTree ( IEnumerable assemblies ) : void
assemblies IEnumerable
return void

ResetButton() public method

public ResetButton ( string target ) : void
target string
return void

SetExpanded() public method

public SetExpanded ( Node node ) : void
node Node
return void

SetManifestInformation() public method

public SetManifestInformation ( IManifest manifest ) : void
manifest IManifest
return void

SetTreeModel() public method

public SetTreeModel ( AssemblyTreeModel treeModel ) : void
treeModel AssemblyTreeModel
return void

frmMain() public method

public frmMain ( ) : System
return System