日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class MigrationTool.MigrationStatus

    Utility class to keep migration status of each object

    Inheritance
    Object
    MigrationTool.MigrationStatus
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class MigrationStatus

    Constructors

    MigrationStatus()

    Declaration
    public MigrationStatus()

    Properties

    Failures

    Keep track of the amount of issues found during migration process of every children object in the migration object hierarchy

    Declaration
    public int Failures { get; set; }
    Property Value
    Type Description
    Int32

    IsProcessed

    Flag to indicate if object was already processed by migration

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

    Log

    Keep track of recorded messages logged during the migration process

    Declaration
    public string Log { get; }
    Property Value
    Type Description
    String

    Methods

    AddToLog(String)

    Add messages to status log

    Declaration
    public void AddToLog(string msg)
    Parameters
    Type Name Description
    String msg
    Back to top Generated by DocFX