AppDomain.GetCurrentThreadId() : AppDomain « System.Reflection « VB.Net by API






AppDomain.GetCurrentThreadId()

  
Imports System
Imports System.Configuration
Imports System.Resources ' Resource readers

Public Class MainClass
    
    Shared Sub Main()
        Console.WriteLine("App_ThreadExit on thread id= " & System.AppDomain.GetCurrentThreadId().ToString())
    End Sub
End Class

   
    
  








Related examples in the same category

1.AppDomain.CreateDomain
2.AppDomain.CurrentDomain
3.AppDomain.CurrentDomain.BaseDirectory()
4.AppDomain.FriendlyName
5.AppDomain.GetAssemblies
6.AppDomain.Unload