C# Class System.Net.DebugThreadTracking

显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
SetThreadKind IDisposable
SetThreadSource void
ThreadContract void
ThreadContract void

Private Methods

Method Description
SetThreadKind ( ThreadKinds kind ) : IDisposable
SetThreadSource ( ThreadKinds source ) : void
ThreadContract ( ThreadKinds kind, ThreadKinds allowedSources, string errorMsg ) : void
ThreadContract ( ThreadKinds kind, string errorMsg ) : void