C# Class CorsairLinkPlusPlus.Common.Registry.RegisteredController

显示文件 Open project: Doridian/CorsairLinkPlusPlus Class Usage Examples

Public Methods

Method Description
GetImplementedInterfaces ( ) : System.Type[]
GetName ( ) : string
IsImplemented ( Type _interface ) : bool
New ( ) : IController

Private Methods

Method Description
RegisteredController ( Type type, string name ) : CorsairLinkPlusPlus.Common.Controller

Method Details

GetImplementedInterfaces() public method

public GetImplementedInterfaces ( ) : System.Type[]
return System.Type[]

GetName() public method

public GetName ( ) : string
return string

IsImplemented() public method

public IsImplemented ( Type _interface ) : bool
_interface System.Type
return bool

New() public method

public New ( ) : IController
return IController