Show / Hide Table of Contents

Struct PackedGCHandle

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.MemoryProfiler
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct PackedGCHandle

Constructors

| Improve this Doc View Source

PackedGCHandle(UInt64)

Declaration
public PackedGCHandle(ulong target)
Parameters
Type Name Description
UInt64 target

Properties

| Improve this Doc View Source

target

Declaration
public ulong target { get; }
Property Value
Type Description
UInt64

Extension Methods

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