dotnet::__construct
dotnet class constructor
&reftitle.description;
dotnet::__construct
stringassembly_name
stringclass_name
intcodepageCP_ACP
Constructs a new dotnet object.
&reftitle.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 class for more details on code pages.