RequiresAssemblyFilesAttribute Constructors

Definitie

Overloads

Name Description
RequiresAssemblyFilesAttribute()

Initialiseert een nieuw exemplaar van de RequiresAssemblyFilesAttribute klasse.

RequiresAssemblyFilesAttribute(String)

Initialiseert een nieuw exemplaar van de RequiresAssemblyFilesAttribute klasse.

RequiresAssemblyFilesAttribute()

Bron:
RequiresAssemblyFilesAttribute.cs
Bron:
RequiresAssemblyFilesAttribute.cs
Bron:
RequiresAssemblyFilesAttribute.cs
Bron:
RequiresAssemblyFilesAttribute.cs
Bron:
RequiresAssemblyFilesAttribute.cs

Initialiseert een nieuw exemplaar van de RequiresAssemblyFilesAttribute klasse.

public:
 RequiresAssemblyFilesAttribute();
public RequiresAssemblyFilesAttribute();
Public Sub New ()

Van toepassing op

RequiresAssemblyFilesAttribute(String)

Bron:
RequiresAssemblyFilesAttribute.cs
Bron:
RequiresAssemblyFilesAttribute.cs
Bron:
RequiresAssemblyFilesAttribute.cs
Bron:
RequiresAssemblyFilesAttribute.cs
Bron:
RequiresAssemblyFilesAttribute.cs

Initialiseert een nieuw exemplaar van de RequiresAssemblyFilesAttribute klasse.

public:
 RequiresAssemblyFilesAttribute(System::String ^ message);
public RequiresAssemblyFilesAttribute(string message);
new System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute : string -> System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute
Public Sub New (message As String)

Parameters

message
String

Een bericht met informatie over de noodzaak van assemblybestanden op schijf.

Van toepassing op