C# Class Machine.UrlStrong.VisualStudioCodeGenerator.UrlCodeGenerator

Inheritance: BaseCodeGeneratorWithSite
Show file Open project: machine/machine.urlstrong

Public Methods

Method Description
GetDefaultExtension ( ) : string
asdf ( ) : void

Protected Methods

Method 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

Method Description
GenerateCodeString ( string inputFileName, string inputFileContent ) : string
RegisterClass ( Type t ) : void
UnregisterClass ( Type t ) : void

Method Details

CreateKey() protected static method

protected static CreateKey ( string keyName, string description, string guid ) : void
keyName string
description string
guid string
return void

GenerateCode() protected method

protected GenerateCode ( string inputFileName, string inputFileContent ) : byte[]
inputFileName string
inputFileContent string
return byte[]

GetDefaultExtension() public method

public GetDefaultExtension ( ) : string
return string

GetExtensionKeyName() protected static method

protected static GetExtensionKeyName ( System.Guid languageGuid, string version ) : string
languageGuid System.Guid
version string
return string

GetKeyName() protected static method

protected static GetKeyName ( System.Guid languageGuid, string version ) : string
languageGuid System.Guid
version string
return string

RegisterCustomTool() protected static method

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

UnregisterCustomTool() protected static method

protected static UnregisterCustomTool ( System.Guid languageGuid, Type generatorType ) : void
languageGuid System.Guid
generatorType System.Type
return void

asdf() public method

public asdf ( ) : void
return void