Classes
-
Critical
Handle abstract Provides a base class for Win32 critical handle implementations in which the value of -1 indicates an invalid handle.Minus One Is Invalid -
Critical
Handle abstract Provides a base class for Win32 critical handle implementations in which the value of either 0 or -1 indicates an invalid handle.Zero Or Minus One Is Invalid -
Safe
File sealed Represents a wrapper class for a file handle.Handle -
Safe
Handle abstract Provides a base class for Win32 safe handle implementations in which the value of -1 indicates an invalid handle.Minus One Is Invalid -
Safe
Handle abstract Provides a base class for Win32 safe handle implementations in which the value of either 0 or -1 indicates an invalid handle.Zero Or Minus One Is Invalid -
Safe
Memory sealed Provides a safe handle that represents a memory-mapped file for sequential access.Mapped File Handle -
Safe
Memory sealed Provides a safe handle that represents a view of a block of unmanaged memory for random access.Mapped View Handle -
Safe
Pipe sealed Represents a wrapper class for a pipe handle.Handle -
Safe
Process sealed Provides a managed wrapper for a process handle.Handle -
Safe
Wait sealed Represents a wrapper class for a wait handle.Handle -
Safe
X509Chain sealed Provides a wrapper class that represents the handle of an X.509 chain object. For more information, see X509Chain.Handle
Assemblies
-
Microsoft.
Win32. / View namespace in assemblyRegistry - netstandard / View namespace in assembly
-
System.
Diagnostics. / View namespace in assemblyProcess -
System.
IO. / View namespace in assemblyMemory Mapped Files -
System.
IO. / View namespace in assemblyPipes -
System.
Private. / View namespace in assemblyCore Lib -
System.
Runtime / View namespace in assembly -
System.
Security. / View namespace in assemblyCryptography. Cng -
System.
Security. / View namespace in assemblyCryptography. X509Certificates -
System.
Security. / View namespace in assemblyPrincipal. Windows