C# Class PluginDemo.Host.Scanner

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: Pondidum/PluginDemo Class Usage Examples

Méthodes publiques

Méthode Description
DoWork ( ) : void
Load ( string name ) : void
Scanner ( ) : System
Setup ( ) : void
ShowCrossDomainPollutionExceptions ( ) : IPlugin
Teardown ( ) : void

Private Methods

Méthode Description
GetAllPlugins ( AppDomain domain ) : void

Method Details

DoWork() public méthode

public DoWork ( ) : void
Résultat void

Load() public méthode

public Load ( string name ) : void
name string
Résultat void

Scanner() public méthode

public Scanner ( ) : System
Résultat System

Setup() public méthode

public Setup ( ) : void
Résultat void

ShowCrossDomainPollutionExceptions() public méthode

public ShowCrossDomainPollutionExceptions ( ) : IPlugin
Résultat IPlugin

Teardown() public méthode

public Teardown ( ) : void
Résultat void