| [Serializable] | 
| OffsetToStringData | Read-only Gets the offset in bytes to the data in the given string. | 
| Equals (inherited from System.Object) | See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. | 
| GetHashCode (inherited from System.Object) | See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. | 
| GetObjectValue | Boxes a value type. | 
| GetType (inherited from System.Object) | See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. | 
| InitializeArray | Provides a fast way to initialize an array from data stored in a module. | 
| RunClassConstructor | Runs a specified class constructor method. | 
| ToString (inherited from System.Object) | See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. | 
| Finalize (inherited from System.Object) | See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. | 
| MemberwiseClone (inherited from System.Object) | See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. | 
Hierarchy:
| 
            public static int OffsetToStringData {get;}
           | 
| 
            ~RuntimeHelpers(); | 
| 
            public virtual int GetHashCode(); | 
obj
| 
            public Type GetType(); | 
| 
            public static void InitializeArray( | 
array
fldHandle
| 
            protected object MemberwiseClone(); | 
| 
            public static void RunClassConstructor( | 
type
| 
            public virtual string ToString(); |