Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the raw data of the debug directory. This is the data that is pointed to by the IMAGE_DEBUG_DIRECTORY.PointerToRawData field.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Dichiarazione
Public Property Data As IList(Of Byte)
Get
Private Set
public IList<byte> Data { get; private set; }
public:
property IList<unsigned char>^ Data {
IList<unsigned char>^ get ();
private: void set (IList<unsigned char>^ value);
}
member Data : IList<byte> with get, private set
function get Data () : IList<byte>
private function set Data (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.