共用方式為


VersioningHelper.MakeVersionSafeName 方法

定義

提供安全版本名稱。

多載

MakeVersionSafeName(String, ResourceScope, ResourceScope)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

傳回基於指定之資源名稱和預期之資源消耗來源的安全版本名稱。

MakeVersionSafeName(String, ResourceScope, ResourceScope, Type)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

傳回基於指定之資源名稱、預期之資源消耗範圍和使用資源之類型的安全版本名稱。

MakeVersionSafeName(String, ResourceScope, ResourceScope)

來源:
VersioningHelper.cs
來源:
VersioningHelper.cs
來源:
VersioningHelper.cs

傳回基於指定之資源名稱和預期之資源消耗來源的安全版本名稱。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static System::String ^ MakeVersionSafeName(System::String ^ name, System::Runtime::Versioning::ResourceScope from, System::Runtime::Versioning::ResourceScope to);
public static string MakeVersionSafeName (string? name, System.Runtime.Versioning.ResourceScope from, System.Runtime.Versioning.ResourceScope to);
public static string MakeVersionSafeName (string name, System.Runtime.Versioning.ResourceScope from, System.Runtime.Versioning.ResourceScope to);
static member MakeVersionSafeName : string * System.Runtime.Versioning.ResourceScope * System.Runtime.Versioning.ResourceScope -> string
Public Shared Function MakeVersionSafeName (name As String, from As ResourceScope, to As ResourceScope) As String

參數

name
String

資源名稱。

from
ResourceScope

資源的範圍。

to
ResourceScope

所需的資源消耗範圍。

傳回

安全版本名稱。

備註

原始名稱會以範圍相關尾碼傳回。 尾碼可能包含進程身分識別、目前 AppDomain 身分識別或兩者。

適用於

MakeVersionSafeName(String, ResourceScope, ResourceScope, Type)

來源:
VersioningHelper.cs
來源:
VersioningHelper.cs
來源:
VersioningHelper.cs

傳回基於指定之資源名稱、預期之資源消耗範圍和使用資源之類型的安全版本名稱。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static System::String ^ MakeVersionSafeName(System::String ^ name, System::Runtime::Versioning::ResourceScope from, System::Runtime::Versioning::ResourceScope to, Type ^ type);
public static string MakeVersionSafeName (string? name, System.Runtime.Versioning.ResourceScope from, System.Runtime.Versioning.ResourceScope to, Type? type);
public static string MakeVersionSafeName (string name, System.Runtime.Versioning.ResourceScope from, System.Runtime.Versioning.ResourceScope to, Type type);
static member MakeVersionSafeName : string * System.Runtime.Versioning.ResourceScope * System.Runtime.Versioning.ResourceScope * Type -> string
Public Shared Function MakeVersionSafeName (name As String, from As ResourceScope, to As ResourceScope, type As Type) As String

參數

name
String

資源名稱。

from
ResourceScope

範圍的開始處。

to
ResourceScope

範圍的結束處。

type
Type

資源的 Type

傳回

安全版本名稱。

例外狀況

fromto 的值無效。 ResourceScope 列舉的資源類型,從較嚴格的資源類型變更為較普通的資源類型。

typenull

備註

原始名稱會以範圍相關尾碼傳回。

適用於