dotnet::__construct

(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)

dotnet::__constructdotnet クラスのコンストラクタ

説明

public dotnet::__construct(string $assembly_name, string $datatype_name, int $codepage = CP_ACP)

新しい dotnet オブジェクトを構築します。

パラメータ

assembly_name
ロードすべきアセンブリ名を指定します。
datatype_name
アセンブリ中のどのクラスをインスタンス化するかを指定します。
codepage
Unicode文字列の変換に使うコードページ。 詳細な情報は com クラスの同じ名前のパラメータを参照ください。
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top