Table of Contents

Class SerializedUsingNamespaceSymbol

Namespace
AsmResolver.Symbols.Pdb.Records.Serialized
Assembly
AsmResolver.Symbols.Pdb.dll

Represents a lazily initialized implementation of UserDefinedTypeSymbol that is read from a PDB image.

public class SerializedUsingNamespaceSymbol : UsingNamespaceSymbol, ICodeViewSymbol
Inheritance
SerializedUsingNamespaceSymbol
Implements
Inherited Members

Constructors

SerializedUsingNamespaceSymbol(BinaryStreamReader)

Reads a user-defined type symbol from the provided input stream.

public SerializedUsingNamespaceSymbol(BinaryStreamReader reader)

Parameters

reader BinaryStreamReader

The input stream to read from.

Methods

GetName()

Obtains the name of the namespace.

protected override Utf8String GetName()

Returns

Utf8String

The name.

Remarks

This method is called upon initialization of the Name property.