C# 클래스 CorsairLinkPlusPlus.Common.Registry.RegisteredController

파일 보기 프로젝트 열기: Doridian/CorsairLinkPlusPlus 1 사용 예제들

공개 메소드들

메소드 설명
GetImplementedInterfaces ( ) : System.Type[]
GetName ( ) : string
IsImplemented ( Type _interface ) : bool
New ( ) : IController

비공개 메소드들

메소드 설명
RegisteredController ( Type type, string name ) : CorsairLinkPlusPlus.Common.Controller

메소드 상세

GetImplementedInterfaces() 공개 메소드

public GetImplementedInterfaces ( ) : System.Type[]
리턴 System.Type[]

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

IsImplemented() 공개 메소드

public IsImplemented ( Type _interface ) : bool
_interface System.Type
리턴 bool

New() 공개 메소드

public New ( ) : IController
리턴 IController