dotnet::__construct
  (PHP 4 >= 4.1.0, PHP 5, PHP 7)
dotnet::__construct — dotnet class constructor
  
 
  Description
  
   dotnet::__construct
    ( string $assembly_name
   , string $class_name
   [, int $codepage = CP_ACP
  ] )
  
  
 
  Parameters
  
   
    - 
assembly_name
- 
     
      Specifies which assembly should be loaded.
     
    
- 
class_name
- 
     
      Specifices which class in that assembly to instantiate.
     
    
- 
codepage
- 
     
      Codepage to use for unicode string transformations;
      see the com class for more details on code pages.