Manifest.EntryPoint プロパティ
アセンブリ: Microsoft.Build.Tasks (microsoft.build.tasks.dll 内)

Public Overridable Property EntryPoint As AssemblyReference
Dim instance As Manifest Dim value As AssemblyReference value = instance.EntryPoint instance.EntryPoint = value
public: virtual property AssemblyReference^ EntryPoint { AssemblyReference^ get (); void set (AssemblyReference^ value); }
/** @property */ public AssemblyReference get_EntryPoint () /** @property */ public void set_EntryPoint (AssemblyReference value)
public function get EntryPoint () : AssemblyReference public function set EntryPoint (value : AssemblyReference)
アプリケーションのエントリ ポイントであるアセンブリ参照を表す AssemblyReference オブジェクト。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- Manifest.EntryPoint プロパティのページへのリンク