C# Class PowerShellCall._Default

Inheritance: System.Web.UI.Page
Show file Open project: ntheile/Powershell-Web-Console-in-asp.net-and-csharp

Protected Properties

Property Type Description
ExecuteCode global::System.Web.UI.WebControls.Button
PowerShellCodeBox global::System.Web.UI.WebControls.TextBox
ResultBox global::System.Web.UI.WebControls.TextBox
TextBoxServer global::System.Web.UI.WebControls.TextBox
WhoAmI global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm

Protected Methods

Method Description
ExecuteCode_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

ExecuteCode_Click() protected method

protected ExecuteCode_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

ExecuteCode protected property

ExecuteCode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button ExecuteCode
return global::System.Web.UI.WebControls.Button

PowerShellCodeBox protected property

PowerShellCodeBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox PowerShellCodeBox
return global::System.Web.UI.WebControls.TextBox

ResultBox protected property

ResultBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox ResultBox
return global::System.Web.UI.WebControls.TextBox

TextBoxServer protected property

TextBoxServer control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextBoxServer
return global::System.Web.UI.WebControls.TextBox

WhoAmI protected property

WhoAmI control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label WhoAmI
return global::System.Web.UI.WebControls.Label

form1 protected property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm