Class GenericReadOperation
Namespace: Unity.MemoryProfiler.Editor.Format.QueriedSnapshot
Syntax
public class GenericReadOperation : CustomYieldInstruction
Properties
Error
Declaration
public ReadError Error { get; }
Property Value
| Type | Description |
|---|---|
| ReadError |
IsDone
Declaration
public bool IsDone { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
keepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Result
Declaration
public DynamicArray<byte> Result { get; }
Property Value
| Type | Description |
|---|---|
| DynamicArray<Byte> |
Methods
Complete()
Declaration
public void Complete()
Dispose()
Declaration
public void Dispose()