LazyAssemblyLoader(IJSRuntime) コンストラクター

定義

LazyAssemblyLoader の新しいインスタンスを初期化します。

public:
 LazyAssemblyLoader(Microsoft::JSInterop::IJSRuntime ^ jsRuntime);
public LazyAssemblyLoader (Microsoft.JSInterop.IJSRuntime jsRuntime);
new Microsoft.AspNetCore.Components.WebAssembly.Services.LazyAssemblyLoader : Microsoft.JSInterop.IJSRuntime -> Microsoft.AspNetCore.Components.WebAssembly.Services.LazyAssemblyLoader
Public Sub New (jsRuntime As IJSRuntime)

パラメーター

jsRuntime
IJSRuntime

IJSRuntime

適用対象