Assembly.EntryPoint 属性

获取此程序集的入口点。

**命名空间:**System.Reflection
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
Public Overridable ReadOnly Property EntryPoint As MethodInfo
用法
Dim instance As Assembly
Dim value As MethodInfo

value = instance.EntryPoint
public virtual MethodInfo EntryPoint { get; }
public:
virtual property MethodInfo^ EntryPoint {
    MethodInfo^ get ();
}
/** @property */
public MethodInfo get_EntryPoint ()
public function get EntryPoint () : MethodInfo

属性值

表示此程序集入口点的 MethodInfo 对象。如果没有找到入口点(例如,此程序集是一个 DLL),则返回 空引用(在 Visual Basic 中为 Nothing)。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

Assembly 类
Assembly 成员
System.Reflection 命名空间