C# Class PowerShellCall._Default

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: ntheile/Powershell-Web-Console-in-asp.net-and-csharp

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
ExecuteCode_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

ExecuteCode_Click() protected méthode

protected ExecuteCode_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

ExecuteCode protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

PowerShellCodeBox protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox

ResultBox protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox

TextBoxServer protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox

WhoAmI protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

form1 protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlForm