_ConstructorInfo.IsAbstract 属性
定义
为 COM 对象提供对 IsAbstract 属性的与版本无关的访问。Provides COM objects with version-independent access to the IsAbstract property.
public:
property bool IsAbstract { bool get(); };
public bool IsAbstract { get; }
member this.IsAbstract : bool
Public ReadOnly Property IsAbstract As Boolean
属性值
如果该方法是抽象的,则为 true;否则为 false。true if the method is abstract; otherwise, false.
注解
此方法用于从非托管代码访问托管类,不应从托管代码调用。This method is for access to managed classes from unmanaged code, and should not be called from managed code.
IsAbstract属性获取一个值,该值指示该方法是否为抽象方法。The IsAbstract property gets a value indicating whether the method is abstract.