The
if (parameters[0].GetType().ToString() == "System.Int32")
below can be compacted to
if (parameters[0] is System.Int32)
as well as
if (parameters[0] is int)
(if you are on a 32bit platform, that is)
![]() |
|
||||||||||
|
dotnet_loadОписаниеint dotnet_load ( string assembly_name [, string datatype_name [, int codepage]] )
dotnet_load
sunside
30-Jun-2007 07:46
The
thomas dot weidner at voxtronic dot com
23-Jul-2002 03:54
To realise functions within Microsoft.NET which can use with every type of parameter as boolean, integer, string or any other type you want to use do the following.
Thomas dot Weidner at voxtronic dot com 22-Jul-2002 02:12
I`ve found an workaround to use the Microsoft.NET within PHP but without the need of compiling the DOTNET.DLL of PHP. |
| © 2007 info@grandviewstudio.com |
|
Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324 Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330 Z058440144362 Z348613067571 |