Class CorEventArgs
public class CorEventArgs : EventArgs
- Inheritance
-
CorEventArgs
- Derived
Constructors
Properties
- CallbackType
The type of callback that returned this CorEventArgs object.
- Process
The CorProcess associated with this event.
- Thread
The CorThread associated with the callback event that returned this CorEventArgs object. If here is no such thread, Thread is null.