44
55
66
7-
8-
9-
10-
11-
12-
13-
14-
15-
16-
177# 一.函数原型
188
199## AddCommand
2010
2111``` C#
2212public static void AddCommand (
2313 string lpName ,
24- string FilePath ,
25- string LoadType ,
14+ string filePath ,
15+ string loadType ,
2616 string description ,
2717 string usage
2818)
@@ -32,8 +22,8 @@ public static void AddCommand(
3222
3323``` C#
3424 public void AddMenuItemA (
35- string MenuName ,
36- string IconPath
25+ string menuName ,
26+ string iconPath
3727 )
3828```
3929
@@ -43,8 +33,8 @@ public static void AddCommand(
4333
4434``` C#
4535public void AddMenuItemB (
46- string MenuName ,
47- string IconPath ,
36+ string menuName ,
37+ string iconPath ,
4838 NLua .LuaFunction clickEvent
4939)
5040```
@@ -55,8 +45,8 @@ public void AddMenuItemB(
5545
5646``` C#
5747 public void AttackMenuExpand (
58- string MenuName ,
59- string IconPath ,
48+ string menuName ,
49+ string iconPath ,
6050 NLua .LuaFunction clickEvent
6151 )
6252```
@@ -175,8 +165,8 @@ public ComboBox AddComBox(
175165
176166``` C#
177167public static void ExecuteAssembly (
178- string FilePath ,
179- string Args
168+ string filePath ,
169+ string args
180170)
181171```
182172
@@ -186,8 +176,8 @@ public static void ExecuteAssembly(
186176
187177``` C#
188178 public static void Inlineassembly (
189- string FilePath ,
190- string Args
179+ string filePath ,
180+ string args
191181 )
192182```
193183
@@ -196,15 +186,15 @@ public static void ExecuteAssembly(
196186## GetFileName
197187
198188``` C#
199- public string GetFileName (string FilePath )
189+ public string GetFileName (string filePath )
200190```
201191
202192
203193
204194## MessageboxA
205195
206196``` C#
207- public void MessageboxA (string Context )
197+ public void MessageboxA (string conText )
208198```
209199
210200
@@ -213,8 +203,8 @@ public void MessageboxA(string Context)
213203
214204``` C#
215205public void MenuStripExpand (
216- string MenuName ,
217- string IconPath ,
206+ string menuName ,
207+ string iconPath ,
218208 NLua .LuaFunction clickEvent // Click Event
219209 )
220210```
@@ -225,8 +215,8 @@ public void MenuStripExpand(
225215
226216``` C#
227217public static void Nopowershell (
228- string Command ,
229- string OutString
218+ string command ,
219+ string outString
230220)
231221```
232222
@@ -236,7 +226,7 @@ public static void Nopowershell(
236226
237227``` C#
238228public static void Upload (
239- string UploadFilePath ,
229+ string uploadFilePath ,
240230 string filePath
241231)
242232```
@@ -247,15 +237,15 @@ public static void Upload(
247237
248238``` C#
249239public static void PEloader (
250- string FilePath ,
240+ string filePath ,
251241 string args
252242)
253243```
254244
255245## Sessionlog
256246
257247``` C#
258- public void Sessionlog (string Context )
248+ public void Sessionlog (string conText )
259249```
260250
261251
0 commit comments