Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UnmanagedMemoryAccessor::Write Method

.NET Framework (current version)
 

Writes a value into the accessor.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodWrite(Int64, Boolean)

Writes a Boolean value into the accessor.

System_CAPS_pubmethodWrite(Int64, Byte)

Writes a byte value into the accessor.

System_CAPS_pubmethodWrite(Int64, Char)

Writes a character into the accessor.

System_CAPS_pubmethodWrite(Int64, Decimal)

Writes a decimal value into the accessor.

System_CAPS_pubmethodWrite(Int64, Double)

Writes a Double value into the accessor.

System_CAPS_pubmethodWrite(Int64, Int16)

Writes a 16-bit integer into the accessor.

System_CAPS_pubmethodWrite(Int64, Int32)

Writes a 32-bit integer into the accessor.

System_CAPS_pubmethodWrite(Int64, Int64)

Writes a 64-bit integer into the accessor.

System_CAPS_pubmethodWrite(Int64, SByte)

Writes an 8-bit integer into the accessor.

System_CAPS_pubmethodWrite(Int64, Single)

Writes a Single into the accessor.

System_CAPS_pubmethodWrite(Int64, UInt16)

Writes an unsigned 16-bit integer into the accessor.

System_CAPS_pubmethodWrite(Int64, UInt32)

Writes an unsigned 32-bit integer into the accessor.

System_CAPS_pubmethodWrite(Int64, UInt64)

Writes an unsigned 64-bit integer into the accessor.

System_CAPS_pubmethodWrite<T>(Int64, T%)

Writes a structure into the accessor.

Return to top
Show:
© 2017 Microsoft