Show / Hide Table of Contents

    Namespace Alphaleonis.Reflection.Metadata

    Classes

    AssemblyInfo

    Represents basic information about a PE file representing an assembly.

    MetadataReaderExtensions

    Provides some useful extension methods to MetadataReader.

    StrongNameKeyPairGenerator

    Utility class that can be used to generate a strong name key pair (.snk) usable for signing an assembly.

    TypeIdentifier

    Representation of a .NET type name, allowing access to the individual parts of the type name, both for reading and for modification.

    TypeNameParserException

    Exception thrown when an invalid type name is parsed by a TypeIdentifier

    Structs

    TypeSpecifier

    Description of a type specifier, that indicates whether a type is an array, pointer or reference.

    Enums

    TypeSpecifierKind

    Values that represent the type of a TypeSpecifier

    Back to top Copyright © 2018 Peter Palotas