WLT documentation has moved.

We are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the Core WLT section of the dot net API explorer and related pages. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Struct DiagnosticsSettings

    Client tune-able settings for the diagnostics. Set through the WorldLockingManager.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.WorldLocking.Core
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct DiagnosticsSettings

    Fields

    Enabled

    Diagnostics can be disabled if unneeded to reclaim any lost performance.

    Declaration
    public bool Enabled
    Field Value
    Type Description
    Boolean

    MaxKilobytesPerFile

    Max file size.

    Declaration
    public int MaxKilobytesPerFile
    Field Value
    Type Description
    Int32

    MaxNumberOfFiles

    Limit number of auto-generated files.

    Declaration
    public int MaxNumberOfFiles
    Field Value
    Type Description
    Int32

    StorageFileTemplate

    Base for auto-generated unique filename.

    Declaration
    public string StorageFileTemplate
    Field Value
    Type Description
    String

    StorageSubdirectory

    Folder in which to keep diagnostics.

    Declaration
    public string StorageSubdirectory
    Field Value
    Type Description
    String

    Properties

    UseDefaults

    Ignore set values and use default behavior. When set, will reset all values to defaults.

    Declaration
    public bool UseDefaults { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    InitToDefaults()

    Declaration
    public DiagnosticsSettings InitToDefaults()
    Returns
    Type Description
    DiagnosticsSettings
    In This Article
    Back to top Generated by DocFX