DesktopStrongNameProvider 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DesktopStrongNameProvider(ImmutableArray<String>) | |
DesktopStrongNameProvider(ImmutableArray<String>, String) |
建立 DesktopStrongNameProvider 的執行個體。 |
DesktopStrongNameProvider(ImmutableArray<String>)
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
public:
DesktopStrongNameProvider(System::Collections::Immutable::ImmutableArray<System::String ^> keyFileSearchPaths);
public DesktopStrongNameProvider (System.Collections.Immutable.ImmutableArray<string> keyFileSearchPaths);
new Microsoft.CodeAnalysis.DesktopStrongNameProvider : System.Collections.Immutable.ImmutableArray<string> -> Microsoft.CodeAnalysis.DesktopStrongNameProvider
Public Sub New (keyFileSearchPaths As ImmutableArray(Of String))
參數
- keyFileSearchPaths
- ImmutableArray<String>
適用於
DesktopStrongNameProvider(ImmutableArray<String>, String)
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
- Source:
- DesktopStrongNameProvider.cs
建立 DesktopStrongNameProvider 的執行個體。
public DesktopStrongNameProvider (System.Collections.Immutable.ImmutableArray<string> keyFileSearchPaths = default, string tempPath = default);
public DesktopStrongNameProvider (System.Collections.Immutable.ImmutableArray<string> keyFileSearchPaths = default, string? tempPath = default);
new Microsoft.CodeAnalysis.DesktopStrongNameProvider : System.Collections.Immutable.ImmutableArray<string> * string -> Microsoft.CodeAnalysis.DesktopStrongNameProvider
Public Sub New (Optional keyFileSearchPaths As ImmutableArray(Of String) = Nothing, Optional tempPath As String = Nothing)
參數
- keyFileSearchPaths
- ImmutableArray<String>
尋找密碼編譯金鑰檔案時所搜尋的完整路徑集合。
- tempPath
- String
用於任何暫存檔產生的路徑。