C# Class Zetetic.Chain.RemotableCatalog

Utility class for Windows services, etc., that may wish to host a single instance of a catalog. The application setting 'zetetic.chain.remotablecatalog.uri' should specify the URI of the XML catalog configuration to load.
Inheritance: System.MarshalByRefObject, ICatalog
显示文件 Open project: skradel/Zetetic.Chain

Public Methods

Method Description
Add ( ICommand cmd ) : void
GetCommandNames ( ) : IEnumerable
GetDescription ( ) : string
RemotableCatalog ( ) : System
this ( string key ) : ICommand

Method Details

Add() public method

public Add ( ICommand cmd ) : void
cmd ICommand
return void

GetCommandNames() public method

public GetCommandNames ( ) : IEnumerable
return IEnumerable

GetDescription() public method

public GetDescription ( ) : string
return string

RemotableCatalog() public method

public RemotableCatalog ( ) : System
return System

this() public method

public this ( string key ) : ICommand
key string
return ICommand