Tao.Platform.Windows SDK Documentation
Wgl.GetDelegate Method
[Visual Basic]
Public Shared Function GetDelegate( _
ByVal
name
As
String
, _
ByVal
signature
As
Type
_
) As
Delegate
[C#]
public static
Delegate
GetDelegate(
string
name
,
Type
signature
);
See Also
Wgl Class
|
Tao.Platform.Windows Namespace