Tao.OpenGl SDK Documentation

Gl.GetDelegateForMethod Method 

[Visual Basic]
Public Shared Function GetDelegateForMethod( _
   ByVal methodName As String, _
   ByVal signature As Type _
) As Delegate
[C#]
public static Delegate GetDelegateForMethod(
   string methodName,
   Type signature
);

Parameters

methodName
signature

Return Value

See Also

Gl Class | Tao.OpenGl Namespace