This documentation is archived and is not being maintained.
IWebFormReferenceManager.GetObjectType Method
.NET Framework 1.1
Gets the type of the specified object.
[Visual Basic] Function GetObjectType( _ ByVal tagPrefix As String, _ ByVal typeName As String _ ) As Type [C#] Type GetObjectType( string tagPrefix, string typeName ); [C++] Type* GetObjectType( String* tagPrefix, String* typeName ); [JScript] function GetObjectType( tagPrefix : String, typeName : String ) : Type;
Parameters
- tagPrefix
- The tag prefix for the type.
- typeName
- The name of the type.
Return Value
The Type of the object, if it could be resolved.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
IWebFormReferenceManager Interface | IWebFormReferenceManager Members | System.Web.UI.Design Namespace
Show: