top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What does Address Of operator do in background?

+2 votes
372 views
What does Address Of operator do in background?
posted Feb 25, 2014 by Vishvachi Tiwari

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The AddressOf operator creates a delegate object to the Background Process 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

answer Feb 25, 2014 by Atul Mishra
Similar Questions
+4 votes

How would you enable impersonation in the web.config file?

+2 votes

How to use Zip operator in Linq with .NET 4.0?

...