Namespace Coree.NETWindows.Services.PInvoke
Classes
PInvokeService
Represents a service for invoking platform (P/Invoke) methods with optional dependency injection support. This service implements the IPInvokeService interface, providing methods for platform invocation. This service inherits from DependencySingleton<PInvokeService>, which supports both dependency injection (DI) and non-DI scenarios
Interfaces
IPInvokeService
Represents the interface for invoking platform (P/Invoke) methods.