Method | Description | |
---|---|---|
Dispose ( ) : void |
Implementation of IDisposable.
|
|
GetLoader ( string domainId ) : |
Gets the RemoteLoader instance for the specified domainId.
|
|
RegisterComponentOnDomain ( string domainId, string key, |
Registers a specific component on a specific domain. The implementation simply calls GetLoader to get the correct RemoteLoader, then add the component to the RemoteLoader.Kernel. |
|
RegisterLoader ( string domainId, |
Register a new loader, for the specified domainId.
|
public GetLoader ( string domainId ) : |
||
domainId | string | |
return |
public RegisterComponentOnDomain ( string domainId, string key, |
||
domainId | string | |
key | string | |
service | ||
component | ||
return | void |
public RegisterLoader ( string domainId, |
||
domainId | string | |
loader | ||
return | void |