Show / Hide Table of Contents

Class GarbageCollector

Inheritance
Object
GarbageCollector
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Scripting
Assembly: UnityEngine.dll
Syntax
public static class GarbageCollector

Properties

| Improve this Doc View Source

GCMode

Declaration
public static GarbageCollector.Mode GCMode { get; set; }
Property Value
Type Description
GarbageCollector.Mode

Events

| Improve this Doc View Source

GCModeChanged

Declaration
public static event Action<GarbageCollector.Mode> GCModeChanged
Event Type
Type Description
Action<GarbageCollector.Mode>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX