LinePragmaCodeInfo Constructor (Int32, Int32, Int32, Int32, Boolean)

 

Initializes a new instance of the LinePragmaCodeInfo class with parameters for initializing the StartLine, StartColumn, StartGeneratedColumn, CodeLength, and IsCodeNugget properties.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
LinePragmaCodeInfo(
	int startLine,
	int startColumn,
	int startGeneratedColumn,
	int codeLength,
	bool isCodeNugget
)

Parameters

startLine
Type: System::Int32

The starting line of a script block in an .aspx file.

startColumn
Type: System::Int32

The starting column of a script block in an .aspx file.

startGeneratedColumn
Type: System::Int32

The starting column of a script block in the generated source file.

codeLength
Type: System::Int32

The length of the script block.

isCodeNugget
Type: System::Boolean

A value indicating whether the script block is located inside <% %> tags.

.NET Framework
Available since 2.0
Return to top
Show: