KinectTypeBinder.BindToName 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 void BindToName(
	Type serializedType, 
	out String assemblyName, 
	out String typeName
)

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

member BindToName : 
	serializedType : Type * 
	assemblyName : out String * 
	typeName : out String -> unit

Parameters

serializedType
Type: System.Type
The type of the object the formatter creates a new instance of.
assemblyName
Type: out System.String
Specifies the System.Reflection.Assembly name of the serialized object.
typeName
Type: out System.String
Specifies the System.Type name of the serialized object.
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