Search Results for

    Show / Hide Table of Contents

    Interface IAssembly

    Defines a common interface for assemblies: collections of types.

    Inherited Members
    IMember.Name
    IMember.FullName
    IMember.Attributes
    Namespace: Flame
    Assembly: Flame.dll
    Syntax
    public interface IAssembly : IMember

    Properties

    | Edit this page View Source

    Types

    Gets a list of all top-level types defined in this assembly.

    Declaration
    IReadOnlyList<IType> Types { get; }
    Property Value
    Type Description
    IReadOnlyList<IType>

    A list of types that are defined in this assembly.

    Extension Methods

    AccessModifierAttribute.GetAccessModifier(IMember)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX