C# Class SecureDelete.WipePlugin.Plugin

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

Public Methods

Method 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 method

Create an instance of the plugin
public CreateInstance ( ) : bool
return bool

DestroyInstance() public method

Destroy the current instance of the plugin
public DestroyInstance ( ) : void
return void

Plugin() public method

public Plugin ( Type plugin ) : System
plugin System.Type
return System

ToString() public method

public ToString ( ) : string
return string