RuntimeHelpers.RunClassConstructor Method (RuntimeTypeHandle)
.NET Framework (current version)
Runs a specified class constructor method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- type
-
Type:
System.RuntimeTypeHandle
A type handle that specifies the class constructor method to run.
| Exception | Condition |
|---|---|
| TypeInitializationException | The class initializer throws an exception. |
This method is used by compilers.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: