GenerateScriptTypeAttribute Constructor (Type^)
.NET Framework (current version)
Initializes a new instance of the GenerateScriptTypeAttribute class for the specified type.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
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
Available since 3.5
Show: