Skip to main content

Class AccessKitTreeUpdate

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public sealed class AccessKitTreeUpdate : IDisposable

Inheritance

objectAccessKitTreeUpdate

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

Clone()

public AccessKitTreeUpdate Clone()

Returns

AccessKitTreeUpdate

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

~AccessKitTreeUpdate()

protected ~AccessKitTreeUpdate()

FromJson(string)

public static AccessKitTreeUpdate FromJson(string json)

Parameters

json string

Returns

AccessKitTreeUpdate

FromJsonDocument(JsonDocument)

public static AccessKitTreeUpdate FromJsonDocument(JsonDocument document)

Parameters

document JsonDocument

Returns

AccessKitTreeUpdate

FromJsonElement(JsonElement)

public static AccessKitTreeUpdate FromJsonElement(JsonElement element)

Parameters

element JsonElement

Returns

AccessKitTreeUpdate

FromObject<T>(T, JsonSerializerOptions?)

public static AccessKitTreeUpdate FromObject<T>(T payload, JsonSerializerOptions? options = null)

Parameters

payload T

options JsonSerializerOptions?

Returns

AccessKitTreeUpdate

Type Parameters

T

ToJson()

public string ToJson()

Returns

string

ToJsonDocument()

public JsonDocument ToJsonDocument()

Returns

JsonDocument

ToObject<T>(JsonSerializerOptions?)

public T ToObject<T>(JsonSerializerOptions? options = null)

Parameters

options JsonSerializerOptions?

Returns

T

Type Parameters

T