Namespace: System.Runtime
This namespace provides fundamental classes and base types that are used throughout the .NET Framework. It includes types for common operations like memory management, exception handling, and attribute definitions.
Assembly: mscorlib.dll
Classes
-
GCHandle
Represents a handle to a managed object that can be passed to unmanaged code.
-
RegAsm
A command-line utility that registers or unregisters .NET types in the Windows registry.
-
BinaryFormatter
Controls the binary formatting of objects; used for serializing and deserializing objects in a compact binary format.
Interfaces
-
TypeManager
Provides a mechanism to manage COM interop types.
Structs
-
GCHandle
Represents a handle to a managed object that can be passed to unmanaged code.
-
InteropMarshallingContext
Provides context for marshalling operations between managed and unmanaged code.