Property | Type | Description | |
---|---|---|---|
AddColouredText | void | ||
BeautifyJson | string | ||
ButtonFindTextClick | void | ||
FindText | int | ||
IndentXml | string | ||
InitializeComponent | void | ||
ObjectViewerLoad | void | ||
ToXml | string |
Method | Description | |
---|---|---|
ObjectViewer ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddColouredText ( string strTextToAdd ) : void | ||
BeautifyJson ( string json ) : string | ||
ButtonFindTextClick ( object sender, EventArgs e ) : void | ||
FindText ( string txt, int start, int end ) : int | ||
IndentXml ( string xml ) : string | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ObjectViewerLoad ( object sender, EventArgs e ) : void | ||
ToXml ( object data ) : string |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |