Method | Description | |
---|---|---|
ConvertToBytes ( string content ) : byte[] |
Takes the file contents and converts them to a byte[] that VS can use to update generated code.
|
Method | Description | |
---|---|---|
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
|
public static ConvertToBytes ( string content ) : byte[] | ||
content | string | |
return | byte[] |
protected GenerateCode ( string inputFileContent ) : byte[] | ||
inputFileContent | string | Content of the input file |
return | byte[] |