Share via


TemplatedPreprocessor.GenerateCode(String, String) Method

Definition

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[]

Applies to