エントリ ポイントを含む DLL ファイルの名前を取得します。
Public ReadOnly Property Value As String
[C#]
public string Value {get;}
[C++]
public: __property String* get_Value();
[JScript]
public function get Value() : String;
プロパティ値
エントリ ポイントを含む DLL ファイルの名前。
解説
パスは絶対パスでも相対パスででも指定できます。パスの指定を省略した場合、DLL が何らかの方法によって読み込まれていない限り、DLL は実行時に現在のパスに存在している必要があります。ただし、絶対パスを使用すると、DLL が移動されたときに問題が生じる可能性があります。
必要条件
プラットフォーム: 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 名前空間