C# Class Tao.OpenAl.Delegates

Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
GetDelegateForExtensionMethod ( string name, Type signature ) : Delegate

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

Private Methods

Méthode Description
Delegates ( ) : System

Method Details

GetDelegateForExtensionMethod() public static méthode

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.
Résultat System.Delegate