Class AccessKitTreeUpdate
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public sealed class AccessKitTreeUpdate : IDisposable
Inheritance
Implements
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
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
FromJsonDocument(JsonDocument)
public static AccessKitTreeUpdate FromJsonDocument(JsonDocument document)
Parameters
document
JsonDocument
Returns
FromJsonElement(JsonElement)
public static AccessKitTreeUpdate FromJsonElement(JsonElement element)
Parameters
element
JsonElement
Returns
FromObject<T>(T, JsonSerializerOptions?)
public static AccessKitTreeUpdate FromObject<T>(T payload, JsonSerializerOptions? options = null)
Parameters
payload
T
options
JsonSerializerOptions?
Returns
Type Parameters
T
ToJson()
public string ToJson()
Returns
ToJsonDocument()
public JsonDocument ToJsonDocument()
Returns
ToObject<T>(JsonSerializerOptions?)
public T ToObject<T>(JsonSerializerOptions? options = null)
Parameters
options
JsonSerializerOptions?
Returns
T
Type Parameters
T