Show / Hide Table of Contents

Class GCLatencyModeExtensions

Represents extension for GCLatencyMode type.

Inheritance
object
GCLatencyModeExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Runtime
Assembly: DotNext.dll
Syntax
public static class GCLatencyModeExtensions

Methods

View Source

Enable(GCLatencyMode)

Enters the specified GC latency mode.

Declaration
public static GCLatencyModeScope Enable(this GCLatencyMode mode)
Parameters
Type Name Description
GCLatencyMode mode

The desired mode.

Returns
Type Description
GCLatencyModeScope

The scope that controls GC latency mode.

  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾