Buradasın
Content Manager .NET SDK Usage Guide
content-manager-sdk.github.io/Community/10/start_here.htmlYapay zekadan makale özeti
- Prerequisites and Basics
- SDK requires .NET Framework knowledge and C#/C++ experience
- Binary compatibility maintained for future Content Manager releases
- Documentation serves as introduction to SDK design and usage
- Getting Started
- Add TRIM.SDK reference through IDE or NuGet package
- SDK can be loaded dynamically from unknown paths
- TrimApplication.Initialize() should be called first for better error handling
- Memory Management
- SDK objects implementing IDisposable must be explicitly disposed
- Memory leaks can be tracked using SDK leak tracking mechanism
- Leak tracking enabled by default and reports to Windows event log
- Library Locations
- Native libraries loaded independently of Fusion process
- Search paths include TRIM.SDK.dll folder and Content Manager registry
- Environment variables and PATH can also be searched