ModuleMetadataEvent.SignatureBytes Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the method signature.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Property SignatureBytes As IList(Of Byte)
Get
Private Set
'Usage
Dim instance As ModuleMetadataEvent
Dim value As IList(Of Byte)
value = instance.SignatureBytes
public IList<byte> SignatureBytes { get; private set; }
public:
property IList<unsigned char>^ SignatureBytes {
IList<unsigned char>^ get ();
private: void set (IList<unsigned char>^ value);
}
member SignatureBytes : IList<byte> with get, private set
function get SignatureBytes () : IList<byte>
private function set SignatureBytes (value : IList<byte>)
Property Value
Type: System.Collections.Generic.IList<Byte>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.