ShareInvest.OpenAPI.Control
1.1.0.1
dotnet add package ShareInvest.OpenAPI.Control --version 1.1.0.1
NuGet\Install-Package ShareInvest.OpenAPI.Control -Version 1.1.0.1
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.Control" Version="1.1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShareInvest.OpenAPI.Control --version 1.1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ShareInvest.OpenAPI.Control, 1.1.0.1"
#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 ShareInvest.OpenAPI.Control as a Cake Addin #addin nuget:?package=ShareInvest.OpenAPI.Control&version=1.1.0.1 // Install ShareInvest.OpenAPI.Control as a Cake Tool #tool nuget:?package=ShareInvest.OpenAPI.Control&version=1.1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ยท How to initailize in
<Window x:Class="ShareInvest.Test"
...
xmlns:local="clr-namespace:ShareInvest;assembly=ShareInvest.OpenAPI.Control"
mc:Ignorable="d"
d:DataContext="{d:DesignInstance IsDesignTimeCreatable=True}">
<local:AxKHCoreAPIControl />
</Window>
or
public partial class Test : Window
{
public Test()
{
Content = new ShareInvest.AxKHCoreAPIControl();
InitializeComponent();
}
}
for controlling information received from Kiwoom OpenAPI.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-windows10.0.17763 is compatible. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0-windows10.0.17763
- ShareInvest.OpenAPI.Core (>= 1.1.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.