Search Results for

    Show / Hide Table of Contents

    Interface IModuleSymbol

    Inherited Members
    ISymbol.GetAttributes()
    ISymbol.Accept(SymbolVisitor)
    ISymbol.Accept<TResult>(SymbolVisitor<TResult>)
    ISymbol.Accept<TArgument, TResult>(SymbolVisitor<TArgument, TResult>, TArgument)
    ISymbol.GetDocumentationCommentId()
    ISymbol.GetDocumentationCommentXml(CultureInfo, bool, CancellationToken)
    ISymbol.ToDisplayString(SymbolDisplayFormat)
    ISymbol.ToDisplayParts(SymbolDisplayFormat)
    ISymbol.ToMinimalDisplayString(SemanticModel, int, SymbolDisplayFormat)
    ISymbol.ToMinimalDisplayParts(SemanticModel, int, SymbolDisplayFormat)
    ISymbol.Equals(ISymbol, SymbolEqualityComparer)
    ISymbol.Kind
    ISymbol.Language
    ISymbol.Name
    ISymbol.MetadataName
    ISymbol.MetadataToken
    ISymbol.ContainingSymbol
    ISymbol.ContainingAssembly
    ISymbol.ContainingModule
    ISymbol.ContainingType
    ISymbol.ContainingNamespace
    ISymbol.IsDefinition
    ISymbol.IsStatic
    ISymbol.IsVirtual
    ISymbol.IsOverride
    ISymbol.IsAbstract
    ISymbol.IsSealed
    ISymbol.IsExtern
    ISymbol.IsImplicitlyDeclared
    ISymbol.CanBeReferencedByName
    ISymbol.Locations
    ISymbol.DeclaringSyntaxReferences
    ISymbol.DeclaredAccessibility
    ISymbol.OriginalDefinition
    ISymbol.HasUnsupportedMetadata
    IEquatable<ISymbol>.Equals(ISymbol)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public interface IModuleSymbol : ISymbol, IEquatable<ISymbol?>

    Properties

    GlobalNamespace

    Declaration
    INamespaceSymbol GlobalNamespace { get; }
    Property Value
    Type Description
    INamespaceSymbol

    ReferencedAssemblies

    Declaration
    ImmutableArray<AssemblyIdentity> ReferencedAssemblies { get; }
    Property Value
    Type Description
    ImmutableArray<AssemblyIdentity>

    ReferencedAssemblySymbols

    Declaration
    ImmutableArray<IAssemblySymbol> ReferencedAssemblySymbols { get; }
    Property Value
    Type Description
    ImmutableArray<IAssemblySymbol>

    Methods

    GetMetadata()

    Declaration
    ModuleMetadata? GetMetadata()
    Returns
    Type Description
    ModuleMetadata

    GetModuleNamespace(INamespaceSymbol)

    Declaration
    INamespaceSymbol? GetModuleNamespace(INamespaceSymbol namespaceSymbol)
    Parameters
    Type Name Description
    INamespaceSymbol namespaceSymbol
    Returns
    Type Description
    INamespaceSymbol
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0