Click or drag to resize
RuntimeHelpers Class
Provides a set of static methods and properties that provide support for compilers. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  System.Runtime.CompilerServicesRuntimeHelpers

Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static class RuntimeHelpers

The RuntimeHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEquals
Determines whether the specified Object instances are considered equal.
Public methodStatic memberGetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as a hash table.
Public methodStatic memberInitializeArray
Provides a fast way to initialize an array from data that is stored in a module.
Top
See Also