C# Class Tao.OpenAl.Delegates

显示文件 Open project: WolfgangSt/axiom

Public Methods

Method Description
GetDelegateForExtensionMethod ( string name, Type signature ) : Delegate

Creates a System.Delegate that can be used to call a dynamically exported OpenAL function.

Private Methods

Method Description
Delegates ( ) : System

Method Details

GetDelegateForExtensionMethod() public static method

Creates a System.Delegate that can be used to call a dynamically exported OpenAL function.
public static GetDelegateForExtensionMethod ( string name, Type signature ) : Delegate
name string The function string for the OpenAL function
signature System.Type The signature of the OpenAL function.
return System.Delegate