.Net Interview Question: How to refer current thread of the method?

Thread.CurrentThread refers to the current thread running in the method.CurrentThread is a public static property.