Share via


RegiisUtility.RegisterSystemWebAssembly(Int32, IntPtr) 方法

定義

允許登錄或取消登錄正在執行的 Web 組件。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual void RegisterSystemWebAssembly(int doReg, [Runtime::InteropServices::Out] IntPtr % exception);
public void RegisterSystemWebAssembly (int doReg, out IntPtr exception);
abstract member RegisterSystemWebAssembly : int * nativeint -> unit
override this.RegisterSystemWebAssembly : int * nativeint -> unit
Public Sub RegisterSystemWebAssembly (doReg As Integer, ByRef exception As IntPtr)

參數

doReg
Int32

0 表示應該取消登錄組件,其他值則表示應該登錄組件。

exception
IntPtr

nativeint

要顯示的例外狀況。

實作

備註

用來註冊或取消註冊執行中的 Web 元件。

適用於