MethodExitEvent.BlobBytes Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the raw bytes of the collected output data.

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

Syntax

'Declaration
Public Property BlobBytes As IList(Of Byte)
    Get
    Private Set
'Usage
Dim instance As MethodExitEvent
Dim value As IList(Of Byte)

value = instance.BlobBytes
public IList<byte> BlobBytes { get; private set; }
public:
property IList<unsigned char>^ BlobBytes {
    IList<unsigned char>^ get ();
    private: void set (IList<unsigned char>^ value);
}
member BlobBytes : IList<byte> with get, private set
function get BlobBytes () : IList<byte>
private function set BlobBytes (value : IList<byte>)

Property Value

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

.NET Framework Security

See Also

Reference

MethodExitEvent Class

MethodExitEvent Members

Microsoft.VisualStudio.TraceLog Namespace