Tao.DevIl SDK Documentation

Il.ilRegisterType Method 

ilRegisterType tells OpenIL what datatype the current registered image uses. This function is to be used from within functions that have been registered via ilRegisterLoad.

[Visual Basic]
Public Shared Sub ilRegisterType( _
   ByVal Type As Integer _
)
[C#]
public static void ilRegisterType(
   int Type
);

Parameters

Type
The type the current image should be converted to.

See Also

Il Class | Tao.DevIl Namespace