SafeAction Class
Namespace: Stride.Core.Diagnostics
Assembly: Stride.Core.dll
System.Object →
SafeAction
Derived from SafeAction:
public static class SafeAction
|
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 |
|