Method | Description | |
---|---|---|
DestinationManager ( ) : System | ||
RegisterSource ( IDestinationSource source ) : void | ||
SupportsDestinationType ( string typeName ) : bool | ||
SyncFromSettings ( ) : void | ||
UnregisterSource ( IDestinationSource source ) : void |
Method | Description | |
---|---|---|
GetConnectableDestinations ( IDestination destinations ) : IDestination[] | ||
source_DestinationAdded ( IDestination destination ) : void | ||
source_DestinationRemoved ( IDestination destination ) : void |
public RegisterSource ( IDestinationSource source ) : void | ||
source | IDestinationSource | |
return | void |
public SupportsDestinationType ( string typeName ) : bool | ||
typeName | string | |
return | bool |
public UnregisterSource ( IDestinationSource source ) : void | ||
source | IDestinationSource | |
return | void |