次の方法で共有


DllImportAttribute.EntryPoint フィールド

呼び出す DLL エントリ ポイントの名前または序数を指定します。

Public EntryPoint As String
[C#]
public string EntryPoint;
[C++]
public: String* EntryPoint;
[JScript]
public var EntryPoint : String;

解説

エントリ ポイントの名前は、エントリ ポイントを含んでいる DLL の名前を表す文字列を通じて指定できます。または、その序数によってエントリ ポイントを指定することもできます。序数には、#1 のように、# 記号のプリフィックスを付けます。このフィールドを省略した場合、共通言語ランタイムは、 DllImportAttribute でマークされた .NET メソッドの名前を使用します。

詳細については、「 DLL 内の関数の識別 」を参照してください。 EntryPoint フィールドの使用例については、「 エントリ ポイントの指定 」を参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

DllImportAttribute クラス | DllImportAttribute メンバ | System.Runtime.InteropServices 名前空間 | DllImportAttribute