Tao.DevIl SDK Documentation
Il.ilRegisterLoad Method
[Visual Basic]
Public Shared Function ilRegisterLoad( _
ByVal
Ext
As
String
, _
ByVal
Load
As
IL_LOADPROC
_
) As
Boolean
[C#]
public static
bool
ilRegisterLoad(
string
Ext
,
IL_LOADPROC
Load
);
See Also
Il Class
|
Tao.DevIl Namespace