C# Class Machine.UrlStrong.VisualStudioCodeGenerator.UrlCodeGenerator

Inheritance: BaseCodeGeneratorWithSite
Afficher le fichier Open project: machine/machine.urlstrong

Méthodes publiques

Méthode Description
GetDefaultExtension ( ) : string
asdf ( ) : void

Méthodes protégées

Méthode Description
CreateKey ( string keyName, string description, string guid ) : void
GenerateCode ( string inputFileName, string inputFileContent ) : byte[]
GetExtensionKeyName ( System.Guid languageGuid, string version ) : string
GetKeyName ( System.Guid languageGuid, string version ) : string
RegisterCustomTool ( System.Guid languageGuid, Type generatorType, string description ) : void
UnregisterCustomTool ( System.Guid languageGuid, Type generatorType ) : void

Private Methods

Méthode Description
GenerateCodeString ( string inputFileName, string inputFileContent ) : string
RegisterClass ( Type t ) : void
UnregisterClass ( Type t ) : void

Method Details

CreateKey() protected static méthode

protected static CreateKey ( string keyName, string description, string guid ) : void
keyName string
description string
guid string
Résultat void

GenerateCode() protected méthode

protected GenerateCode ( string inputFileName, string inputFileContent ) : byte[]
inputFileName string
inputFileContent string
Résultat byte[]

GetDefaultExtension() public méthode

public GetDefaultExtension ( ) : string
Résultat string

GetExtensionKeyName() protected static méthode

protected static GetExtensionKeyName ( System.Guid languageGuid, string version ) : string
languageGuid System.Guid
version string
Résultat string

GetKeyName() protected static méthode

protected static GetKeyName ( System.Guid languageGuid, string version ) : string
languageGuid System.Guid
version string
Résultat string

RegisterCustomTool() protected static méthode

protected static RegisterCustomTool ( System.Guid languageGuid, Type generatorType, string description ) : void
languageGuid System.Guid
generatorType System.Type
description string
Résultat void

UnregisterCustomTool() protected static méthode

protected static UnregisterCustomTool ( System.Guid languageGuid, Type generatorType ) : void
languageGuid System.Guid
generatorType System.Type
Résultat void

asdf() public méthode

public asdf ( ) : void
Résultat void