What does address of operator do in background? any example.

Q

What does address of operator do in background? any example.

✍: Guest

A
The AddressOf operator creates a delegate object to the BackgroundProcess method. A delegate within VB.NET is a type-safe, object-oriented function pointer. After the thread has been instantiated, you begin the execution of the code by calling the Start() method of the thread.

2009-03-13, 4642👍, 0💬