dotnet::__construct
PHP function
Edit on GitHub ✎
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
dotnet class constructor
Description
dotnet::__construct(string $assembly_name, string $datatype_name, int $codepage = CP_ACP)
Constructs a new dotnet object.
Parameters
assembly_nameSpecifies which assembly should be loaded.
datatype_nameSpecifies which class in that assembly to instantiate.
codepageCodepage to use for unicode string transformations; see the class.com class for more details on code pages.