RequiresAssemblyFilesAttribute Constructors

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

RequiresAssemblyFilesAttribute()

Initializes a new instance of the RequiresAssemblyFilesAttribute class.

RequiresAssemblyFilesAttribute(String)

Initializes a new instance of the RequiresAssemblyFilesAttribute class.

RequiresAssemblyFilesAttribute()

Source:
RequiresAssemblyFilesAttribute.cs
Source:
RequiresAssemblyFilesAttribute.cs
Source:
RequiresAssemblyFilesAttribute.cs

Initializes a new instance of the RequiresAssemblyFilesAttribute class.

C#
public RequiresAssemblyFilesAttribute();

Applies to

.NET 10 a ďalšie verzie
Produkt Verzie
.NET 6, 7, 8, 9, 10

RequiresAssemblyFilesAttribute(String)

Source:
RequiresAssemblyFilesAttribute.cs
Source:
RequiresAssemblyFilesAttribute.cs
Source:
RequiresAssemblyFilesAttribute.cs

Initializes a new instance of the RequiresAssemblyFilesAttribute class.

C#
public RequiresAssemblyFilesAttribute(string message);

Parameters

message
String

A message that contains information about the need for assembly files to be on disk.

Applies to

.NET 10 a ďalšie verzie
Produkt Verzie
.NET 6, 7, 8, 9, 10