ShareInvest.OpenAPI.Core 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ShareInvest.OpenAPI.Core --version 1.0.0
                    
NuGet\Install-Package ShareInvest.OpenAPI.Core -Version 1.0.0
                    
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="ShareInvest.OpenAPI.Core" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ShareInvest.OpenAPI.Core" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ShareInvest.OpenAPI.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ShareInvest.OpenAPI.Core --version 1.0.0
                    
#r "nuget: ShareInvest.OpenAPI.Core, 1.0.0"
                    
#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.
#:package ShareInvest.OpenAPI.Core@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ShareInvest.OpenAPI.Core&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ShareInvest.OpenAPI.Core&version=1.0.0
                    
Install as a Cake Tool

Build using Build

· Desktop package is .NET PACKAGE.


How to initailize in WPF

public partial class Test : Window
{
    public Test()
    {
        nint handle = new WindowInteropHelper(Application.Current.MainWindow).EnsureHandle();

        InitializeComponent();

        axAPI = new ShareInvest.AxKHCoreAPI(handle);
    }
    readonly ShareInvest.AxKHCoreAPI axAPI;
}

IDE using IDE and IDE

Product Compatible and additional computed target framework versions.
.NET net7.0-windows10.0.20348 is compatible.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ShareInvest.OpenAPI.Core:

Package Downloads
ShareInvest.OpenAPI.Control

library for controlling information received from Kiwoom OpenAPI

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.5.1 337 6/23/2023
1.0.5.1 258 6/22/2023
1.0.4.1 270 6/11/2023
1.0.3.1 269 6/11/2023
1.0.2.1 259 6/10/2023
1.0.1.1 264 6/10/2023
1.0.0.1 263 6/10/2023
1.0.0 265 6/10/2023