C# 클래스 CustomToolkit.Markdown

상속: CustomToolkit.BaseCodeGeneratorWithSite
파일 보기 프로젝트 열기: wheelibin/Markdown-For-Visual-Studio

공개 메소드들

메소드 설명
ConvertToBytes ( string content ) : byte[]

Takes the file contents and converts them to a byte[] that VS can use to update generated code.

보호된 메소드들

메소드 설명
GenerateCode ( string inputFileContent ) : byte[]

Function that builds the contents of the generated file based on the contents of the input file

GetDefaultExtension ( ) : string

Returns the extension for the generated file

메소드 상세

ConvertToBytes() 공개 정적인 메소드

Takes the file contents and converts them to a byte[] that VS can use to update generated code.
public static ConvertToBytes ( string content ) : byte[]
content string
리턴 byte[]

GenerateCode() 보호된 메소드

Function that builds the contents of the generated file based on the contents of the input file
protected GenerateCode ( string inputFileContent ) : byte[]
inputFileContent string Content of the input file
리턴 byte[]

GetDefaultExtension() 보호된 메소드

Returns the extension for the generated file
protected GetDefaultExtension ( ) : string
리턴 string