PreserializedResourceWriter.AddBinaryFormattedResource Method

Definition

Caution

BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.

Adds a resource of the specified type, represented by a byte array, that will be passed to BinaryFormatter when reading the resource.

public void AddBinaryFormattedResource (string name, byte[] value, string? typeName = default);
[System.Obsolete("BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.", DiagnosticId="SYSLIB0011", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public void AddBinaryFormattedResource (string name, byte[] value, string? typeName = default);
public void AddBinaryFormattedResource (string name, byte[] value, string typeName = default);

Parameters

name
String

The resource name.

value
Byte[]

A byte array containing the value of the resource in Byte[] form understood by BinaryFormatter.

typeName
String

The optional assembly qualified type name of the resource. The default value is null.

Attributes

Exceptions

name or value is null.

Applies to

Proizvod Verzije (Zastarjelo)
.NET 5 (6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided))
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 6, 7 (8, 9)