See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: CustomToolGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
public void Generate(
	string wszInputFilePath,
	string bstrInputFileContents,
	string wszDefaultNamespace,
	out IntPtr rgbOutputFileContents,
	out int pcbOutput,
	IVsGeneratorProgress pGenerateProgress
)
Visual Basic
Public Sub Generate ( 
	wszInputFilePath As String,
	bstrInputFileContents As String,
	wszDefaultNamespace As String,
	<OutAttribute> ByRef rgbOutputFileContents As IntPtr,
	<OutAttribute> ByRef pcbOutput As Integer,
	pGenerateProgress As IVsGeneratorProgress
)
Visual C++
public:
virtual void Generate(
	String^ wszInputFilePath, 
	String^ bstrInputFileContents, 
	String^ wszDefaultNamespace, 
	[OutAttribute] IntPtr% rgbOutputFileContents, 
	[OutAttribute] int% pcbOutput, 
	IVsGeneratorProgress^ pGenerateProgress
) sealed

Parameters

wszInputFilePath
Type: System..::..String
bstrInputFileContents
Type: System..::..String
wszDefaultNamespace
Type: System..::..String
rgbOutputFileContents
Type: System..::..IntPtr%
pcbOutput
Type: System..::..Int32%
pGenerateProgress
Type: CustomToolGenerator..::..IVsGeneratorProgress

See Also