VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Formatters Namespace / AnnotationSerializationBinder Class / BindToType(String,String) Method
Syntax Requirements SeeAlso
In This Topic
    BindToType(String,String) Method (AnnotationSerializationBinder)
    In This Topic
    Controls the binding of a serialized object to a type.
    Syntax
    'Declaration
    
    Public Overrides Function BindToType( _
    ByVal assemblyName
    Specifies the System.Reflection.Assembly name of the serialized object.
    As System.String, _
    ByVal typeName
    Specifies the System.Type name of the serialized object.
    As System.String _
    ) As System.Type
    public override System.Type BindToType(
    System.String assemblyName,
    System.String typeName
    )
    public: System.Type* BindToType(
    System.String assemblyName,
    System.String typeName
    ); override
    public:
    System.Type^ BindToType(
    System.String assemblyName,
    System.String typeName
    ); override

    Parameters

    assemblyName
    Specifies the System.Reflection.Assembly name of the serialized object.
    typeName
    Specifies the System.Type name of the serialized object.

    Return Value

    The type of the object the formatter creates a new instance of.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also