EventSource::EventData::DataPointer Property

.NET Framework (current version)
 

Gets or sets the pointer to the data for the new WriteEvent overload.

Namespace:   System.Diagnostics.Tracing
Assembly:  mscorlib (in mscorlib.dll)

public:
property IntPtr DataPointer {
	IntPtr get();
	void set(IntPtr value);
}

Property Value

Type: System::IntPtr

The pointer to the data.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: