Coree.NETWindows
  • API
Show / Hide Table of Contents
  • Coree.NETWindows
    • KeyModifier
    • Keys
  • Coree.NETWindows.Classes
    • GlobalHotkey
  • Coree.NETWindows.NativeMethods
    • ConsoleManagement
    • ConsoleManagement.ConsoleColors
  • Coree.NETWindows.Services.PInvoke
    • IPInvokeService
    • PInvokeService
  • Coree.NETWindows.Utilities
    • MainContext

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.

In this article
Back to top