Nukepayload2
- 9,347 total downloads
- last updated 1/23/2021
- Latest version: 1.4.1
Nukepayload2.Csv is a cross-platform Csv String <==> .NET Object converter.
Commonly Used members:
Nukepayload2.Csv.CsvConvert.SerializeObject
Nukepayload2.Csv.CsvConvert.DeserializeObject
Supported types in csv...
More information
- 6,866 total downloads
- last updated 2/22/2020
- Latest version: 1.3.3
Provides a borderless, acrylic background and Per-Monitor DPI aware WPF Window class. If acrylic is not available, fallback to Aero Glass automatically.
See the project repo for demos.
- 3,005 total downloads
- last updated 12/26/2018
- Latest version: 1.1.3-beta8 (prerelease)
Provides functionality for manipulating interior pointers with VB.
- Convert ByRef to interior pointer, or convert interior pointer back to ByRef.
- Load or store unmanaged values indirectly.
- No extra dependencies.
- Supports addition, subtraction, increment, decrement, equality, inequality,...
More information
- 2,893 total downloads
- last updated 10/29/2019
- Latest version: 1.3.0
A command-line parameter mapping library.
It maps command-line parameters to parameters of the entry method in a custom application class.
Supported parameter types: String, Int32, Int64, Double, Single and Boolean.
Supported parameter kinds: Direct, Entity (Put all parameters in a...
More information
- 2,590 total downloads
- last updated 8/22/2018
- Latest version: 1.0.0-beta (prerelease)
Provides _malloca-like fixed buffers for .NET .
- 2,547 total downloads
- last updated 2/24/2019
- Latest version: 1.2.1-rc6 (prerelease)
This package is a .NET Standard 2.0 Port of Windows.UI.Input.Preview.Injection .
The touch injection related APIs are successfully ported. However, other APIs are not ported or in preview since they are undocumented in the classic desktop environment.
Commonly Used...
More information
- 2,490 total downloads
- last updated 11/25/2017
- Latest version: 1.0.0-beta7 (prerelease)
Nukepayload2 UI Library for UWP
- 2,073 total downloads
- last updated 9/16/2017
- Latest version: 1.0.2
Provides Visual Basic friendly OpenCL API bindings.
提供对 Visual Basic 友好的 OpenCL API 包装。
- 1,283 total downloads
- last updated 11/25/2017
- Latest version: 1.0.1-beta (prerelease)
This package supports the Nukepayload2 products' infrastructure and is not intended to be used directly from your code.
- 982 total downloads
- last updated 4/21/2020
- Latest version: 1.1.0-preview1 (prerelease)
提供一组 .NET Standard 2.0 的 API,使用语言集成查询分析痒痒熊导出器导出的数据。示例项目见存储库。
- 746 total downloads
- last updated 12/3/2017
- Latest version: 1.0.0-beta1 (prerelease)
Includes helper classes to write unsafe code in Visual Basic.
You can create Span(Of T), ReadOnlySpan(Of T), String, SecuredString, and UnmanagedMemoryStream with this package in Visual Basic.
- 719 total downloads
- last updated 10/18/2017
- Latest version: 1.0.0-rc1 (prerelease)
Provides support for communication between Uwp and .NET Framework Desktop Bridge apps.
.NET Framework apps should also install Nukepayload2.AppService.Desktop.
UWP apps ought to install Nukepayload2.AppService.Uwp.
- 690 total downloads
- last updated 10/18/2017
- Latest version: 1.0.0-rc1 (prerelease)
Provides support for communication between Uwp and .NET Framework Desktop Bridge apps.
This package is for .NET Framework apps.
- 656 total downloads
- last updated 10/18/2017
- Latest version: 1.0.0-rc1 (prerelease)
Provides support for communication between Uwp and .NET Framework Desktop Bridge apps.
This package is for Uwp apps.
- 624 total downloads
- last updated 3/20/2021
- Latest version: 1.0.2
VB "WPF My extension" generator for .NET Core 3.1 and .NET 5 or later.
Generates Visual Basic's My Namespace extension for Windows Presentation Foundation.
The generator writes the WPF specific part of My extension by default. For generating all members, please upgrade to .NET 5 or later, and use...
More information
- 623 total downloads
- last updated 4/12/2022
- Latest version: 16.0.15028.20160
Provides Office 365 Excel Interop assemblies.
- 397 total downloads
- last updated 3/16/2021
- Latest version: 1.0.1
Provides async startup object support for VB 16.9+ .
Requires .NET SDK >= 5.0.200 .
Syntax:
Async Function MainAsync() As Task
or
Async Function MainAsync(args As String()) As Task
- 289 total downloads
- last updated 6/16/2019
- Latest version: 1.0.0-beta1 (prerelease)
Provides specialized dynamic features that helps you bring existing TypeScript packages to .NET .
Commonly used types:
Nukepayload2.Dynamic.DynamicConversion
- 187 total downloads
- last updated 3/20/2021
- Latest version: 1.0.0
Provides single instance application base for WPF.
How to use it:
1. Use Nukepayload2.ApplicationServices.Wpf.WpfApplicationBase as the base class of your WPF application.
2. Set IsSingleInstance="True"
3. Optionally handle the StartupNextInstance event.