Show / Hide Table of Contents

    Class CacheLine

    Contains constants related to CPUs cache line.

    Содержит константы, относящиеся к строке кэша ЦП.

    Inheritance
    Object
    CacheLine
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Hardware.Cpu
    Assembly: Platform.Hardware.Cpu.dll
    Syntax
    public static class CacheLine

    Fields

    | Improve this Doc View Source

    Size

    Gets the size of CPUs cache line in bytes.

    Получает размер строки кэша ЦП в байтах.

    Declaration
    public static readonly int Size
    Field Value
    Type Description
    Int32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX