Table of Contents

Method GetMetaDataInterface

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

GetMetaDataInterface(Guid)

public object GetMetaDataInterface(Guid interfaceGuid)

Parameters

interfaceGuid Guid

Returns

object

GetMetaDataInterface<T>()

Typesafe wrapper around GetMetaDataInterface.

public T GetMetaDataInterface<T>()

Returns

T

interface to the metadata

Type Parameters

T

type of interface to query for