Table of Contents

Method CreateReaderForInMemorySymbols

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

CreateReaderForInMemorySymbols(Guid)

ICorDebugModule3::CreateReaderForInMemorySymbols

public object CreateReaderForInMemorySymbols(Guid interfaceGuid)

Parameters

interfaceGuid Guid

IID of the interface to return - usually IID_ISymUnmanagedReader

Returns

object

Symbol reader object, or null if none available

CreateReaderForInMemorySymbols<T>()

Typesafe wrapper around CreateReaderForInMemorySymbols.

public T CreateReaderForInMemorySymbols<T>()

Returns

T

interface to the symbol reader, or null if none available

Type Parameters

T

type of interface to query for

CreateReaderForInMemorySymbols()

Typeless version of CreateReaderForInMemorySymbols, useful for when the type of interface to be used is not yet known. Also fails gracefully (returns null) if this API is not supported.

public object CreateReaderForInMemorySymbols()

Returns

object

A COM-interop RCW for the IUnknown interface to a symbol reader, or null if none is available