C# 클래스 Utilities.Threading.ThreadExtensions

Extension methods around Thread
파일 보기 프로젝트 열기: mrvshah/Utilities

공개 메소드들

메소드 설명
TrySetName ( this thread, string name ) : bool

InvalidOperationException is thrown if an attempt is made to rename thread. This extension method tries to set the name of the thread and returns a success or failure.

메소드 상세

TrySetName() 공개 정적인 메소드

InvalidOperationException is thrown if an attempt is made to rename thread. This extension method tries to set the name of the thread and returns a success or failure.
public static TrySetName ( this thread, string name ) : bool
thread this The thread
name string The name of the thread
리턴 bool