Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    SafeAction Class

    Namespace: Stride.Core.Diagnostics
    Assembly: Stride.Core.dll
    System.Object → SafeAction
    Derived from SafeAction:

    public static class SafeAction
    Name Description
    Methods
    Wrap(ParameterizedThreadStart, String, String, Int32)
    Wrap(ThreadStart, String, String, Int32)
    | Improve this Doc View Source

    Methods


    Wrap(ParameterizedThreadStart, String, String, Int32)

    public static ParameterizedThreadStart Wrap(ParameterizedThreadStart action, string sourceFilePath = "", string memberName = "", int sourceLineNumber = 0)
    Parameters
    Type Name Description
    System.Threading.ParameterizedThreadStart action
    System.String sourceFilePath
    System.String memberName
    System.Int32 sourceLineNumber
    Returns
    Type Description
    System.Threading.ParameterizedThreadStart

    Wrap(ThreadStart, String, String, Int32)

    public static ThreadStart Wrap(ThreadStart action, string sourceFilePath = "", string memberName = "", int sourceLineNumber = 0)
    Parameters
    Type Name Description
    System.Threading.ThreadStart action
    System.String sourceFilePath
    System.String memberName
    System.Int32 sourceLineNumber
    Returns
    Type Description
    System.Threading.ThreadStart

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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