-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Shell() interceptor Add CreateObject() interceptor
- Loading branch information
Showing
81 changed files
with
35,994 additions
and
75 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbCondExpStatement.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System.Linq; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbDoLoopStatement.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System.Text; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbForEachStatement.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbForNextStatement.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbIfBlockStmtContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbIfConditionStmtContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbIfElseBlockStmtContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System.Text; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbIfElseIfBlockStmtContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System.Text; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbIfThenElseStatement.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbInlineIfBlockStmtContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System.Text; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbInlineIfElseBlockStmtContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System.Text; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbInlineIfThenElseStatement.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Blocks/VbSelectCaseStatement.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
Sources/vbSparkle/LanguageStatements/Blocks/VbWhileStatement.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/Literals/VbLtFileNumber.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/ValueStatements/VBValueStatement.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System; | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/ValueStatements/VBVsAddressOfContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/ValueStatements/VBVsAssignContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/ValueStatements/VBVsDualOperation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/ValueStatements/VBVsICSContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/ValueStatements/VBVsLiteralContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/ValueStatements/VBVsNewContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using static vbSparkle.VBScriptParser; | ||
using static VBScriptParser; | ||
|
||
namespace vbSparkle | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Sources/vbSparkle/LanguageStatements/ValueStatements/VBVsStructContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.