KinectTypeBinder.BindToType Method (KinectEx.Json)
Controls the binding of a serialized object to a type.
- 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.TypeThe 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
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