SimpleTypeResolver::ResolveTypeId Method (Type^)

 

Returns the assembly-qualified name of the specified Type.

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

public:
virtual String^ ResolveTypeId(
	Type^ type
) override

Parameters

type
Type: System::Type^

The type to be resolved.

Return Value

Type: System::String^

A string that contains the assembly-qualified name of the specified type.

Exception Condition
ArgumentNullException

type is null.

.NET Framework
Available since 3.5
Return to top
Show: