Edit

GRVkBackendContext.Dispose Method

Definition

Overloads

Name Description
Dispose()

Releases all resources used by the GRVkBackendContext.

Dispose(Boolean)

Releases the unmanaged resources used by the GRVkBackendContext and optionally releases the managed resources.

Dispose()

Releases all resources used by the GRVkBackendContext.

public void Dispose();

Implements

Applies to

Dispose(Boolean)

Releases the unmanaged resources used by the GRVkBackendContext and optionally releases the managed resources.

protected virtual void Dispose(bool disposing);

Parameters

disposing
Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Applies to