MetadataEvent.MetadataBlob Property

Gets the metadata of the module.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public Property MetadataBlob As IList(Of Byte)
    Get
    Private Set
public IList<byte> MetadataBlob { get; private set; }
public:
property IList<unsigned char>^ MetadataBlob {
    IList<unsigned char>^ get ();
    private: void set (IList<unsigned char>^ value);
}
member MetadataBlob : IList<byte> with get, private set
function get MetadataBlob () : IList<byte>
private function set MetadataBlob (value : IList<byte>)

Property Value

Type: System.Collections.Generic.IList<Byte>

.NET Framework Security

See Also

Reference

MetadataEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace