Resolves the assembly name and type name to the type.
public override System.Type BindToType(
System.string ,
System.string
)
public function BindToType(
: System.String;
: System.String
): System.Type; override;
public override function BindToType(
: System.String,
: System.String
) : System.Type;
public: System.Type* BindToType(
System.string* ,
System.string*
) override
public:
System.Type^ BindToType(
System.String^ ,
System.String^
) override
'Declaration
Public Overrides Function BindToType( _
ByVal As System.String, _
ByVal As System.String _
) As System.Type
'Usage
Dim instance As FlexibleSerializationBinder
Dim assemblyName As System.String
Dim typeName As System.String
Dim value As System.Type
value = instance.BindToType(assemblyName, typeName)
Parameters
- assemblyName
- The name of assembly containing the type. Can be String.Empty.
- typeName
- The full name of the type.
Return Value
The type resolved from its name and name of assembly.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2