IRegiisUtility.RegisterSystemWebAssembly(Int32, IntPtr) 方法

定義

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

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

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

參數

doReg
Int32

0 的值表示應該取消登錄組件; 0 以外的值則表示應該登錄組件。

exception
IntPtr

nativeint

IntPtr,指向由方法擲回的例外狀況。 如果沒有擲回例外狀況,則值為 Zero

適用於