C# Class Loyc.VisualStudio.LeMPCustomTool

Inheritance: Loyc.CustomToolBase
Afficher le fichier Open project: qwertie/ecsharp

Protected Properties

Свойство Type Description
_requestedExtension string

Méthodes publiques

Méthode Description
Configure ( global c ) : void
LeMPCustomTool ( ) : System
ReportErrorToVS ( IVsGeneratorProgress generatorProgress, Severity severity, object context, string message, object args ) : void

Méthodes protégées

Méthode Description
DefaultExtension ( ) : string
Generate ( string inputFilePath, string inputFileContents, string defaultNamespace, IVsGeneratorProgress progressCallback ) : byte[]

Method Details

Configure() public méthode

public Configure ( global c ) : void
c global
Résultat void

DefaultExtension() protected abstract méthode

protected abstract DefaultExtension ( ) : string
Résultat string

Generate() protected méthode

protected Generate ( string inputFilePath, string inputFileContents, string defaultNamespace, IVsGeneratorProgress progressCallback ) : byte[]
inputFilePath string
inputFileContents string
defaultNamespace string
progressCallback IVsGeneratorProgress
Résultat byte[]

LeMPCustomTool() public méthode

public LeMPCustomTool ( ) : System
Résultat System

ReportErrorToVS() public méthode

public ReportErrorToVS ( IVsGeneratorProgress generatorProgress, Severity severity, object context, string message, object args ) : void
generatorProgress IVsGeneratorProgress
severity Severity
context object
message string
args object
Résultat void

Property Details

_requestedExtension protected_oe property

protected string _requestedExtension
Résultat string