共用方式為


RuntimeHelpers.RunClassConstructor(RuntimeTypeHandle) 方法

定義

確保所指定類型的類型初始設定式 (也稱為靜態建構函式) 已執行。

public:
 static void RunClassConstructor(RuntimeTypeHandle type);
public static void RunClassConstructor (RuntimeTypeHandle type);
static member RunClassConstructor : RuntimeTypeHandle -> unit
Public Shared Sub RunClassConstructor (type As RuntimeTypeHandle)

參數

type
RuntimeTypeHandle

指定應為其執行類型初始設定式之類型的類型控制代碼。

例外狀況

類型初始設定式擲回例外狀況。

備註

編譯程式會使用這個方法。

適用於