VB_Extensions 1.1.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package VB_Extensions --version 1.1.7
NuGet\Install-Package VB_Extensions -Version 1.1.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VB_Extensions" Version="1.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VB_Extensions --version 1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: VB_Extensions, 1.1.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install VB_Extensions as a Cake Addin #addin nuget:?package=VB_Extensions&version=1.1.7 // Install VB_Extensions as a Cake Tool #tool nuget:?package=VB_Extensions&version=1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
< VBL_Framework User Manual >
Utility_Methods
MyArray.ToText() <-- Converts into StringArray
MyArrayOfStr.ToLexika() <-- Converts Richtext to Dictionary from Splitted Text
MyArrayOfStr.ToDataframe() <-- Converts Richtext to Key/ValuePairs from ScriptObject
CheckType(myObject) <-- Compare 2 TypeOf Variables
Check(myObject) <-- Proofe Variable for Null Value
myString.Say(optional:Volume as Integer) <-- TextToSpeach
SayAsync.Say(optional:Volume as Integer) <-- TextToSpeach(Async)
myString.Mp3() <-- Play Mp3_File
Zip(sourcepath, destination) <-- ZipFile Compression
Unzip(sourcepath, destination) <-- ZipFile Decompression
Json.fromJSON <-- Serialize: Object/ List-Array(Of Object) => Module
Json.toJSON() <-- Deserialize: Object/ List-Array(Of Object) => Module
EnergySaverPlans:
Initializing with Listbox
- Receive Current Plan and Summary of Plans ESP.getEsp()
- Set Esp by Name (Reference to Listbox,determines LBox Selection automatically)
With Event:
AddHandler OutputList.DoubleClick, Sub()
ESP._OutputList_ = OutputList
ESP.setESP(ESP.EspCode)
End Sub
Or with FunctionCall:
Sub SetEsp()
ESP._OutputList_ = OutputList
ESP.setESP(ESP.EspCode)
End Sub
- Display Changes OutputList.Text = ESP.CurrentESP OutputList.Items.AddRange(ESP.espList.Keys.ToArray)
Online Methods:
server.Connect() <-- Receive Data via HTTP
server.uploadJSONData() <-- Send Data via HTTP as JSON_String
server.GetStrData() <-- Receive Data !Requires Pw!
server.uploadStrData() <-- Send Data via HTTP as Pure_String !Requires Pw!
server.uploadFTP() <-- Send Data via FTP as File !Requires Pw!
Scripting:
Initialize:
With Pure String
Dim Script script as new Script(codeBlock, optional: ownSyntax = false)
Via File Without/Without Argmuments:
Dim Script script as new Script("Path_Of_ScriptFile(.vbl)", optional: ownSyntax = false)
Dim Script script as new Script("Path_Of_ScriptFile(.vbl)", new Array{"arg1","args2" }, optional: ownSyntax = false)
Properties
Name, Method As String
ScriptArgs As (String, Object)() = {("method", Method)}
Args As String()
Output As Object() = {}
StatusResponse As Boolean
CodeSource As String()
Code As String
UseOwnSyntax as Boolean
MyNamespaces As String() = {System.IO", "Newtonsoft.Json"} <-- To Add Namespaces just add here then LoadImports()
Methods
Script.Start() <-- Do Script
Preload() <-- Load .NET Standart_Libraries into Script
LoadImports(myStringArray) <-- Load Own Namespaces into Script via Name
Syntaxing() <-- Translate Custumized Scriptcode into Lua
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0-windows7.0
- BasicAudio (>= 2022.11.30.1)
- Newtonsoft.Json (>= 13.0.2)
- NLua (>= 1.6.0)
- Primitive_Server (>= 1.1.3)
- System.Linq.Async (>= 6.0.1)
- System.Speech (>= 7.0.0)
- Wiki.Net (>= 4.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on VB_Extensions:
Package | Downloads |
---|---|
VCLua_Framework
Package Description |
|
Gangaufsicht_Reloaded
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 369 | 1/28/2023 |
1.2.0 | 326 | 1/28/2023 |
1.1.9 | 338 | 1/3/2023 |
1.1.8 | 338 | 12/28/2022 |
1.1.7 | 329 | 12/23/2022 |
1.1.5.6 | 331 | 12/23/2022 |
1.1.5.5 | 336 | 12/23/2022 |
1.1.5.4 | 334 | 12/22/2022 |
1.1.5 | 339 | 12/21/2022 |
1.1.3 | 342 | 12/18/2022 |
1.1.2 | 337 | 12/10/2022 |
1.1.1 | 367 | 12/3/2022 |
1.1.0 | 365 | 11/28/2022 |
1.0.8 | 371 | 11/28/2022 |
1.0.6 | 368 | 11/28/2022 |
1.0.5 | 365 | 11/26/2022 |
1.0.4 | 374 | 11/26/2022 |
1.0.1 | 376 | 11/24/2022 |
1.0.0 | 372 | 11/22/2022 |