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 NativeArray<byte> Result { get; }
Property Value
| Type | Description |
|---|---|
| NativeArray<Byte> |
Methods
Dispose()
Declaration
public void Dispose()