Interface IExposeExtendedInfo
Defines a series of members to be implemented for a type that exposes extended identification information.
Inherited Members
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.dll
Syntax
public interface IExposeExtendedInfo : IExposeInfo, INameable, IDescriptible
Properties
| Edit this page View SourceBeta
Gets a value indicating whether this IExposeExtendedInfo is considered a beta version.
Declaration
bool Beta { get; }
Property Value
Type | Description |
---|---|
bool |
ClsCompliant
Gets a value indicating whether this IExposeInfo complies with the Common Language Specification (CLS).
Declaration
bool ClsCompliant { get; }
Property Value
Type | Description |
---|---|
bool |
Unmanaged
Gets a value indicating whether this IExposeExtendedInfo might contain code used in an unsafe context.
Declaration
bool Unmanaged { get; }
Property Value
Type | Description |
---|---|
bool |