IRegiisUtility.RegisterSystemWebAssembly(Int32, IntPtr) Metoda

Definicja

Umożliwia zarejestrowanie lub wyrejestrowanie wykonującego zestawu internetowego.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

doReg
Int32

Wartość 0 wskazuje, że zestaw powinien zostać wyrejestrowany. Wartość inna niż 0 wskazuje, że zestaw powinien zostać zarejestrowany.

exception
IntPtr

nativeint

Element IntPtr , który wskazuje wyjątek zgłoszony przez metodę . Jeśli żaden wyjątek nie zostanie zgłoszony, wartość to Zero .

Dotyczy