C# Class Devkit.BinaryResourcePlugin.BinaryResourcePlugin

Inheritance: IPlugin, IFileTypeProvider
Afficher le fichier Open project: kierenj/0x10c-DevKit

Méthodes publiques

Méthode Description
Action ( string name ) : void
CreateFileScope ( IFile file, IProjectScope projectScope, CompileToolContext context ) : ISourceFileScope
GetDefaultFileContent ( IOpenFile openFile ) : string
Load ( IWorkspace workspace ) : void
Unload ( IWorkspace workspace ) : void

Method Details

Action() public méthode

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

CreateFileScope() public méthode

public CreateFileScope ( IFile file, IProjectScope projectScope, CompileToolContext context ) : ISourceFileScope
file IFile
projectScope IProjectScope
context CompileToolContext
Résultat ISourceFileScope

GetDefaultFileContent() public méthode

public GetDefaultFileContent ( IOpenFile openFile ) : string
openFile IOpenFile
Résultat string

Load() public méthode

public Load ( IWorkspace workspace ) : void
workspace IWorkspace
Résultat void

Unload() public méthode

public Unload ( IWorkspace workspace ) : void
workspace IWorkspace
Résultat void