All pages
Powered by GitBook
1 of 1

Loading...

GetFunction(string)

Method in Library

Summary

Returns a System.Delegate with a given name.

public Delegate GetFunction(string name)

Parameters

Name
Description

Returns

The System.Delegate .

string name

The name of the function to retrieve.