VersioningHelper.MakeVersionSafeName 메서드

정의

버전이 안전한 이름을 제공합니다.

오버로드

Name Description
MakeVersionSafeName(String, ResourceScope, ResourceScope)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

지정된 리소스 이름 및 의도한 리소스 사용 원본에 따라 버전이 안전한 이름을 반환합니다.

MakeVersionSafeName(String, ResourceScope, ResourceScope, Type)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

지정된 리소스 이름, 의도한 리소스 사용 범위 및 리소스를 사용하는 형식에 따라 버전이 안전한 이름을 반환합니다.

MakeVersionSafeName(String, ResourceScope, ResourceScope)

Source:
VersioningHelper.cs
Source:
VersioningHelper.cs
Source:
VersioningHelper.cs
Source:
VersioningHelper.cs
Source:
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

원하는 리소스 사용 범위입니다.

반품

버전이 안전한 이름입니다.

설명

원래 이름은 범위 관련 접미사와 함께 반환됩니다. 접미사에는 프로세스 ID, 현재 AppDomain ID 또는 둘 다를 포함할 수 있습니다.

적용 대상

MakeVersionSafeName(String, ResourceScope, ResourceScope, Type)

Source:
VersioningHelper.cs
Source:
VersioningHelper.cs
Source:
VersioningHelper.cs
Source:
VersioningHelper.cs
Source:
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 리소스의 값입니다.

반품

버전이 안전한 이름입니다.

예외

유효하지 from 않은 값 to 입니다. 열거형의 ResourceScope 리소스 종류는 더 제한적인 리소스 종류에서 보다 일반적인 리소스 종류로 진행됩니다.

typenull입니다.

설명

원래 이름은 범위 관련 접미사와 함께 반환됩니다.

적용 대상