Condividi tramite


RegiisUtility.RegisterSystemWebAssembly(Int32, IntPtr) Metodo

Definizione

Consente la registrazione o l'annullamento della registrazione dell'assembly Web in esecuzione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

doReg
Int32

Il valore 0 indica che la registrazione dell'assembly deve essere annullata; in caso contrario, l'assembly deve essere registrato.

exception
IntPtr

nativeint

Eccezione da visualizzare.

Implementazioni

Commenti

Usato per registrare o annullare la registrazione dell'assembly Web in esecuzione.

Si applica a