C# 클래스 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.
상속: System.MarshalByRefObject, ICatalog
파일 보기 프로젝트 열기: skradel/Zetetic.Chain

공개 메소드들

메소드 설명
Add ( ICommand cmd ) : void
GetCommandNames ( ) : IEnumerable
GetDescription ( ) : string
RemotableCatalog ( ) : System
this ( string key ) : ICommand

메소드 상세

Add() 공개 메소드

public Add ( ICommand cmd ) : void
cmd ICommand
리턴 void

GetCommandNames() 공개 메소드

public GetCommandNames ( ) : IEnumerable
리턴 IEnumerable

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

RemotableCatalog() 공개 메소드

public RemotableCatalog ( ) : System
리턴 System

this() 공개 메소드

public this ( string key ) : ICommand
key string
리턴 ICommand