Show / Hide Table of Contents

Class JSHandler

Inheritance
System.Object
JSHandler
WebGLActiveInfo
WebGLContextAttributes
WebGLObject
WebGLRenderingContextBase
WebGLShaderPrecisionFormat
WebGLUniformLocation
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Imp.Graphics.Blazor
Assembly: Fusee.Engine.Imp.Graphics.Blazor.dll
Syntax
public abstract class JSHandler : IDisposable

Properties

IsDisposed

Declaration
public bool IsDisposed { get; }
Property Value
Type Description
System.Boolean

Methods

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual async void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Finalize()

Declaration
protected void Finalize()

Implements

System.IDisposable
Generated by DocFX
GitHub Repo
Back to top