ResourceAssembly Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| ResourceAssembly(String, String) | |
| ResourceAssembly(String, String, String) |
ResourceAssembly(String, String)
- Bron:
- ResourceAssembly.cs
- Bron:
- ResourceAssembly.cs
- Bron:
- ResourceAssembly.cs
- Bron:
- ResourceAssembly.cs
public:
ResourceAssembly(System::String ^ path, System::String ^ locale);
public ResourceAssembly(string path, string locale);
new Microsoft.Extensions.DependencyModel.ResourceAssembly : string * string -> Microsoft.Extensions.DependencyModel.ResourceAssembly
Public Sub New (path As String, locale As String)
Parameters
- path
- String
- locale
- String
Van toepassing op
ResourceAssembly(String, String, String)
- Bron:
- ResourceAssembly.cs
- Bron:
- ResourceAssembly.cs
public:
ResourceAssembly(System::String ^ path, System::String ^ locale, System::String ^ localPath);
public ResourceAssembly(string path, string locale, string? localPath);
new Microsoft.Extensions.DependencyModel.ResourceAssembly : string * string * string -> Microsoft.Extensions.DependencyModel.ResourceAssembly
Public Sub New (path As String, locale As String, localPath As String)
Parameters
- path
- String
- locale
- String
- localPath
- String