Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    RuntimeIdHelper Class

    Namespace: Stride.Core
    Assembly: Stride.Core.dll

    Extension methods to get a runtime unique id from a live object.

    System.Object → RuntimeIdHelper
    Derived from RuntimeIdHelper:

    public static class RuntimeIdHelper
    Name Description
    Methods
    ToRuntimeId(Object)

    Computes an unique runtime id (32bits) valid for the specified System.Object.

    | Improve this Doc View Source

    Methods


    ToRuntimeId(Object)

    Computes an unique runtime id (32bits) valid for the specified System.Object.

    public static int ToRuntimeId(object instance)
    Parameters
    Type Name Description
    System.Object instance
    Returns
    Type Description
    System.Int32

    An unique runtime identifier (32bits)


    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation