Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GenerateScriptTypeAttribute Constructor (Type^)

 

Initializes a new instance of the GenerateScriptTypeAttribute class for the specified type.

Namespace:   System.Web.Script.Services
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
GenerateScriptTypeAttribute(
	Type^ type
)

Parameters

type
Type: System::Type^

The type to include in the proxy class.

Exception Condition
ArgumentNullException

type is null.

The ScriptTypeId property is an optional named parameter for this constructor.

The following example shows how to use GenerateScriptTypeAttribute to generate a proxy object for the specified type that uses a specific type identifier for the metadata marker.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft