DsFunctions 1.0.0
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 DsFunctions --version 1.0.0
NuGet\Install-Package DsFunctions -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="DsFunctions" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DsFunctions --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DsFunctions, 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.
// Install DsFunctions as a Cake Addin #addin nuget:?package=DsFunctions&version=1.0.0 // Install DsFunctions as a Cake Tool #tool nuget:?package=DsFunctions&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DsFunctions
- DamulSoft Functions
Nuget Package 만드는 방법 (잊어먹어서 여기에 적자)
- 빌드 > 팩 DsFunction 클릭하면 nupkg 파일을 생성한다.
- 이 파일을 Nuget 사이트에 가서 업로드한다.
Components Class
DoubleBufferTableLayoutPanel
- 폼에 콘트롤을 구성할 때 TableLayoutPanel을 많이 사용합니다. 그런데 이 판넬을 사용하고 폼을 이동하면 깜빡이는 현상이 발생합니다.
- 이 문제를 해결하기 위해 DoubleBuffer를 사용하는 클래스입니다.
- 사용방법
- TableLayoutPanel을 사용하는 디자이너 소스에서 DoubleBufferTableLayoutPanel으로 모두 변경해주시면 됩니다.
Common Class
DsDatetime
- 날짜/시간 관련 Helper Class
DsFont
- 폰트 관련 클래스
DsVersion
- 버전 관련 클래스
DsNetwork
- 네트워크 관련 클래스
DsLogEvent
- 윈도우 이벤트 로그에 로그를 발생하는 클래스
DsFile
- 파일, 폴더관련 클래스
DsEnumHelper
- Enum Helper 클래스
Security
DsCrypto
- 암/복호화 관련 함수 (Aria, AES, Base64 Encoder/Decode, Sha256 Hash)
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
- System.Drawing.Common (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.