C# 클래스 Machine.UrlStrong.VisualStudioCodeGenerator.UrlCodeGenerator

상속: BaseCodeGeneratorWithSite
파일 보기 프로젝트 열기: machine/machine.urlstrong

공개 메소드들

메소드 설명
GetDefaultExtension ( ) : string
asdf ( ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GenerateCodeString ( string inputFileName, string inputFileContent ) : string
RegisterClass ( Type t ) : void
UnregisterClass ( Type t ) : void

메소드 상세

CreateKey() 보호된 정적인 메소드

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

GenerateCode() 보호된 메소드

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

GetDefaultExtension() 공개 메소드

public GetDefaultExtension ( ) : string
리턴 string

GetExtensionKeyName() 보호된 정적인 메소드

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

GetKeyName() 보호된 정적인 메소드

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

RegisterCustomTool() 보호된 정적인 메소드

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

UnregisterCustomTool() 보호된 정적인 메소드

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

asdf() 공개 메소드

public asdf ( ) : void
리턴 void