KinectTypeBinder.BindToType Method (KinectEx.Json)

Controls the binding of a serialized object to a type.

Namespace: KinectEx.Json
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public Type BindToType(
	string assemblyName, 
	string typeName
)

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

member BindToType : 
	assemblyName : string * 
	typeName : string -> Type

Parameters

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

Return Value

Type: System.Type
The type of the object the formatter creates a new instance of.
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows Desktop - .NET 4.5 (without Kinect SDK)
    
 Windows 8.1 Store - WinRT
    
 Windows 8.1 Store - WinRT (without Kinect SDK)
    
 Windows Phone 8 - WinRT