C# Class SecureDelete.WipePlugin.Plugin

Wrapper for a IPlugin interface derived object. Provides support for instantiating the plugin.
Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
CreateInstance ( ) : bool

Create an instance of the plugin

DestroyInstance ( ) : void

Destroy the current instance of the plugin

Plugin ( Type plugin ) : System
ToString ( ) : string

Method Details

CreateInstance() public méthode

Create an instance of the plugin
public CreateInstance ( ) : bool
Résultat bool

DestroyInstance() public méthode

Destroy the current instance of the plugin
public DestroyInstance ( ) : void
Résultat void

Plugin() public méthode

public Plugin ( Type plugin ) : System
plugin System.Type
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string