Mono Class Library: Overview

System.Runtime.CompilerServices.RuntimeHelpers: Method Members

The methods of System.Runtime.CompilerServices.RuntimeHelpers are listed below. For a list of all members, see the RuntimeHelpers Members list.

See Also: Inherited members from System.Object

Public Methods

static
Equals(object, object) : bool
Documentation for this section has not yet been entered.
static
ExecuteCodeWithGuaranteedCleanup(RuntimeHelpers.TryCode, RuntimeHelpers.CleanupCode, object)
Documentation for this section has not yet been entered.
static
GetHashCode(object) : int
Documentation for this section has not yet been entered.
static
GetObjectValue(object) : object
Documentation for this section has not yet been entered.
static
InitializeArray(Array, RuntimeFieldHandle)
Provides a fast way to initialize a Array from data stored in a module.
static
PrepareConstrainedRegions()
Documentation for this section has not yet been entered.
static
PrepareConstrainedRegionsNoOP()
Documentation for this section has not yet been entered.
static
PrepareDelegate(Delegate)
Documentation for this section has not yet been entered.
static
PrepareMethod(RuntimeMethodHandle)
Documentation for this section has not yet been entered.
static
PrepareMethod(RuntimeMethodHandle, RuntimeTypeHandle[])
Documentation for this section has not yet been entered.
static
ProbeForSufficientStack()
Documentation for this section has not yet been entered.
static
RunClassConstructor(RuntimeTypeHandle)
Runs a specified class constructor method.
static
RunModuleConstructor(IntPtr)
Documentation for this section has not yet been entered.
static
RunModuleConstructor(ModuleHandle)
Documentation for this section has not yet been entered.