ModuleMetadataEvent.SignatureBytes Property

Gets the method signature.

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

Syntax

声明
Public Property SignatureBytes As IList(Of Byte)
    Get
    Private Set
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

See Also

Reference

ModuleMetadataEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace