SerializationExtensions.Write Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Write(BinaryWriter, Int16Size) |
İçin bir Int16Size yapısı yazar |
| Write(BinaryWriter, Size) |
Bir System. Drawing. size yapısını öğesine yazar |
| Write(BinaryWriter, Guid) |
İçin bir GUID yapısı yazar |
| Write(BinaryWriter, Nullable<Boolean>) |
Bir bool yazar mı? Hedef |
| Write(BinaryWriter, Nullable<Char>) |
Bir karakter yazar mı? Hedef |
| Write(BinaryWriter, Nullable<Double>) |
Double mı yazıyor? Hedef |
| Write(BinaryWriter, Nullable<Int16>) |
Kısa bir süre yazar mı? Hedef |
| Write(BinaryWriter, Nullable<Int32>) |
Bir int yazar mı? Hedef |
| Write(BinaryWriter, Nullable<Int64>) |
Uzun yazar mı? Hedef |
| Write(BinaryWriter, Nullable<Single>) |
Bir float yazar mı? Hedef |
| Write(BinaryWriter, Nullable<UInt16>) |
Bir ushort yazar mı? Hedef |
| Write(BinaryWriter, Nullable<UInt32>) |
Bir uint yazar mı? Hedef |
| Write(BinaryWriter, Nullable<UInt64>) |
Bir ULONG yazar mı? Hedef |
| Write(BinaryWriter, Size) |
İçin bir System. Windows. size yapısı yazar |
Write(BinaryWriter, Int16Size)
İçin bir Int16Size yapısı yazar writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Microsoft::VisualStudio::Utilities::Int16Size size);
public static void Write (this System.IO.BinaryWriter writer, Microsoft.VisualStudio.Utilities.Int16Size size);
static member Write : System.IO.BinaryWriter * Microsoft.VisualStudio.Utilities.Int16Size -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, size As Int16Size)
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
- size
- Int16Size
Yazılacak boyut
Şunlara uygulanır
Write(BinaryWriter, Size)
Bir System. Drawing. size yapısını öğesine yazar writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, System::Drawing::Size size);
public static void Write (this System.IO.BinaryWriter writer, System.Drawing.Size size);
static member Write : System.IO.BinaryWriter * System.Drawing.Size -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, size As Size)
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
- size
- Size
Yazılacak boyut
Şunlara uygulanır
Write(BinaryWriter, Guid)
İçin bir GUID yapısı yazar writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Guid guid);
public static void Write (this System.IO.BinaryWriter writer, Guid guid);
static member Write : System.IO.BinaryWriter * Guid -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, guid As Guid)
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
- guid
- Guid
Yazılacak GUID
Şunlara uygulanır
Write(BinaryWriter, Nullable<Boolean>)
Bir bool yazar mı? Hedef writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Nullable<bool> value);
public static void Write (this System.IO.BinaryWriter writer, bool? value);
static member Write : System.IO.BinaryWriter * Nullable<bool> -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, value As Nullable(Of Boolean))
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
Şunlara uygulanır
Write(BinaryWriter, Nullable<Char>)
Bir karakter yazar mı? Hedef writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Nullable<char> value);
public static void Write (this System.IO.BinaryWriter writer, char? value);
static member Write : System.IO.BinaryWriter * Nullable<char> -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, value As Nullable(Of Char))
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
Şunlara uygulanır
Write(BinaryWriter, Nullable<Double>)
Double mı yazıyor? Hedef writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Nullable<double> value);
public static void Write (this System.IO.BinaryWriter writer, double? value);
static member Write : System.IO.BinaryWriter * Nullable<double> -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, value As Nullable(Of Double))
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
Şunlara uygulanır
Write(BinaryWriter, Nullable<Int16>)
Kısa bir süre yazar mı? Hedef writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Nullable<short> value);
public static void Write (this System.IO.BinaryWriter writer, short? value);
static member Write : System.IO.BinaryWriter * Nullable<int16> -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, value As Nullable(Of Short))
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
Şunlara uygulanır
Write(BinaryWriter, Nullable<Int32>)
Bir int yazar mı? Hedef writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Nullable<int> value);
public static void Write (this System.IO.BinaryWriter writer, int? value);
static member Write : System.IO.BinaryWriter * Nullable<int> -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, value As Nullable(Of Integer))
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
Şunlara uygulanır
Write(BinaryWriter, Nullable<Int64>)
Uzun yazar mı? Hedef writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Nullable<long> value);
public static void Write (this System.IO.BinaryWriter writer, long? value);
static member Write : System.IO.BinaryWriter * Nullable<int64> -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, value As Nullable(Of Long))
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
Şunlara uygulanır
Write(BinaryWriter, Nullable<Single>)
Bir float yazar mı? Hedef writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Nullable<float> value);
public static void Write (this System.IO.BinaryWriter writer, float? value);
static member Write : System.IO.BinaryWriter * Nullable<single> -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, value As Nullable(Of Single))
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
Şunlara uygulanır
Write(BinaryWriter, Nullable<UInt16>)
Bir ushort yazar mı? Hedef writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Nullable<System::UInt16> value);
public static void Write (this System.IO.BinaryWriter writer, ushort? value);
static member Write : System.IO.BinaryWriter * Nullable<uint16> -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, value As Nullable(Of UShort))
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
Şunlara uygulanır
Write(BinaryWriter, Nullable<UInt32>)
Bir uint yazar mı? Hedef writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Nullable<System::UInt32> value);
public static void Write (this System.IO.BinaryWriter writer, uint? value);
static member Write : System.IO.BinaryWriter * Nullable<uint32> -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, value As Nullable(Of UInteger))
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
Şunlara uygulanır
Write(BinaryWriter, Nullable<UInt64>)
Bir ULONG yazar mı? Hedef writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, Nullable<System::UInt64> value);
public static void Write (this System.IO.BinaryWriter writer, ulong? value);
static member Write : System.IO.BinaryWriter * Nullable<uint64> -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, value As Nullable(Of ULong))
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
Şunlara uygulanır
Write(BinaryWriter, Size)
İçin bir System. Windows. size yapısı yazar writer
public:
[System::Runtime::CompilerServices::Extension]
static void Write(System::IO::BinaryWriter ^ writer, System::Windows::Size size);
public static void Write (this System.IO.BinaryWriter writer, System.Windows.Size size);
static member Write : System.IO.BinaryWriter * System.Windows.Size -> unit
<Extension()>
Public Sub Write (writer As BinaryWriter, size As Size)
Parametreler
- writer
- BinaryWriter
Yazılacak yazıcı
- size
- Size
Yazılacak boyut