Search notes:

System.Delegate (abstract class)

System.Delegate is an abstract class for delegates which represents a (static or instance) method. System.Delegate derives from System.Object.
A C function pointer is somewhat comparable to a delegate.

See also

The class's Method CreateDelegate
The C-Sharp operator delegate
The method GetDelegateForFunctionPointer of the class System.Runtime.InteropServices.Marshal.
System.MulticastDelegate

Index