TemplatedCodeGenerator.GenerateCode(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
override cli::array <System::Byte> ^ GenerateCode(System::String ^ inputFileName, System::String ^ inputFileContent);
protected:
override Platform::Array <byte> ^ GenerateCode(Platform::String ^ inputFileName, Platform::String ^ inputFileContent);
override std::Array <byte> GenerateCode(std::wstring const & inputFileName, std::wstring const & inputFileContent);
protected override byte[] GenerateCode (string inputFileName, string inputFileContent);
override this.GenerateCode : string * string -> byte[]
Protected Overrides Function GenerateCode (inputFileName As String, inputFileContent As String) As Byte()
Parameters
- inputFileName
- String
- inputFileContent
- String
Returns
Byte[]