C# 클래스 Tao.OpenAl.Delegates

파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
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