Created
August 11, 2013 22:30
-
-
Save DevJohnC/6207182 to your computer and use it in GitHub Desktop.
VB.NET scripting example in Adjutant
This file contains hidden or 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
| Imports System | |
| Imports FragLabs.Adjutant.API.Helpers | |
| Namespace ScriptingExample | |
| Public Class Script | |
| Sub Run | |
| Services.Add(""/scripts/vbnet"", Function() | |
| return ""Hello Scripts From VB.NET"" | |
| End Function | |
| ) | |
| End Sub | |
| End Class | |
| End Namespace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment