1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-27 16:42:17 +01:00
Files
archived-doc-ja/reference/com/dotnet/construct.xml
2021-09-15 00:43:54 +09:00

76 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 7f99d5e488d161ce3b12d1dae405a283728933c3 Maintainer: mumumu Status: ready -->
<refentry xml:id="dotnet.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>dotnet::__construct</refname>
<refpurpose>dotnet クラスのコンストラクタ</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
<modifier>public</modifier> <methodname>dotnet::__construct</methodname>
<methodparam><type>string</type><parameter>assembly_name</parameter></methodparam>
<methodparam><type>string</type><parameter>datatype_name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>codepage</parameter><initializer><constant>CP_ACP</constant></initializer></methodparam>
</constructorsynopsis>
<para>
新しい dotnet オブジェクトを構築します。
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<variablelist>
<varlistentry>
<term><parameter>assembly_name</parameter></term>
<listitem>
<simpara>
ロードすべきアセンブリ名を指定します。
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>datatype_name</parameter></term>
<listitem>
<simpara>
アセンブリ中のどのクラスをインスタンス化するかを指定します。
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>codepage</parameter></term>
<listitem>
<simpara>
Unicode文字列の変換に使うコードページ。
詳細な情報は <xref linkend="class.com"/> クラスの同じ名前のパラメータを参照してください。
</simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->