C# 클래스 SecureDelete.WipePlugin.Plugin

Wrapper for a IPlugin interface derived object. Provides support for instantiating the plugin.
파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 메소드들

메소드 설명
CreateInstance ( ) : bool

Create an instance of the plugin

DestroyInstance ( ) : void

Destroy the current instance of the plugin

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

메소드 상세

CreateInstance() 공개 메소드

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

DestroyInstance() 공개 메소드

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

Plugin() 공개 메소드

public Plugin ( Type plugin ) : System
plugin System.Type
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string