Search Results for

    Show / Hide Table of Contents

    Class Metadata

    Inheritance
    object
    Metadata
    AssemblyMetadata
    ModuleMetadata
    Implements
    IDisposable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public abstract class Metadata : IDisposable

    Properties

    Id

    Declaration
    public MetadataId Id { get; }
    Property Value
    Type Description
    MetadataId

    Kind

    Declaration
    public abstract MetadataImageKind Kind { get; }
    Property Value
    Type Description
    MetadataImageKind

    Methods

    CommonCopy()

    Declaration
    protected abstract Metadata CommonCopy()
    Returns
    Type Description
    Metadata

    Copy()

    Declaration
    public Metadata Copy()
    Returns
    Type Description
    Metadata

    Dispose()

    Declaration
    public abstract void Dispose()

    Implements

    IDisposable
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0