C# 클래스 SharpSoundDevice.PluginLoader

파일 보기 프로젝트 열기: ValdemarOrn/SharpSoundDevice

공개 메소드들

메소드 설명
Create ( string assemblyFilename, string bridgeDllDir ) : IAudioDevice

비공개 메소드들

메소드 설명
CreatePluginInstance ( Assembly asm ) : IAudioDevice

Creates an instance of the first IAudioDevice class found in the assembly

GetAssemblyPath ( string assemblyFilename, string bridgeDllDir ) : string
LoadPluginAssembly ( string pluginAssemblyPath ) : Assembly

Tracks down and loads the actual SharpSoundDevice plugin dll.

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string assemblyFilename, string bridgeDllDir ) : IAudioDevice
assemblyFilename string
bridgeDllDir string
리턴 IAudioDevice