C# Класс PowerShellCall._Default

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
ExecuteCode_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Описание методов

ExecuteCode_Click() защищенный Метод

protected ExecuteCode_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

ExecuteCode защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

PowerShellCodeBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

ResultBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

TextBoxServer защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

WhoAmI защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

form1 защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlForm