com

Used to manage app's background codes.

The basics

Basicly add method.

  • access {Def: public}

  • args {Def: {}}

  • name {Def: String.Empty}

  • code {Def: String.Empty}

  • isfield {Def: false}

  • returntype {Def: void}

  • fielddefualt {Def: String.Empty}

com new method -> $windowName as cs:
"name": "methodname",
"args": "sender, e",
"code": "

MessageBox.Show(\"Hi\");

".
;
chevron-rightRulehashtag

Example

Last updated