C# Класс Tao.OpenAl.Delegates

Показать файл Открыть проект

Открытые методы

Метод Описание
GetDelegateForExtensionMethod ( string name, Type signature ) : Delegate

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

Приватные методы

Метод Описание
Delegates ( ) : System

Описание методов

GetDelegateForExtensionMethod() публичный статический Метод

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.
Результат System.Delegate