Show / Hide Table of Contents

Class MemorySnapshotFileWriter

Inheritance
Object
MemorySnapshotFileWriter
Implements
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditorInternal.Profiling.Memory.Experimental
Assembly: UnityEditor.dll
Syntax
public class MemorySnapshotFileWriter : IDisposable

Constructors

| Improve this Doc View Source

MemorySnapshotFileWriter()

Declaration
public MemorySnapshotFileWriter()
| Improve this Doc View Source

MemorySnapshotFileWriter(String)

Declaration
public MemorySnapshotFileWriter(string filepath)
Parameters
Type Name Description
String filepath

Methods

Close()

Declaration
public void Close()
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Open(String)

Declaration
public void Open(string filename)
Parameters
Type Name Description
String filename
| Improve this Doc View Source

WriteEntry(EntryType, String)

Declaration
public void WriteEntry(EntryType entryType, string data)
Parameters
Type Name Description
EntryType entryType
String data
| Improve this Doc View Source

WriteEntry<T>(EntryType, T)

Declaration
public void WriteEntry<T>(EntryType entryType, T data)
    where T : struct
Parameters
Type Name Description
EntryType entryType
T data
Type Parameters
Name Description
T
| Improve this Doc View Source

WriteEntryArray<T>(EntryType, T[])

Declaration
public void WriteEntryArray<T>(EntryType entryType, T[] data)
    where T : struct
Parameters
Type Name Description
EntryType entryType
T[] data
Type Parameters
Name Description
T

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX