다음을 통해 공유


VersioningHelper.MakeVersionSafeName 메서드

정의

버전 세이프 이름을 제공합니다.

오버로드

MakeVersionSafeName(String, ResourceScope, ResourceScope)

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

지정된 리소스 이름과 원하는 리소스 사용 범위를 기반으로 버전 세이프 이름을 반환합니다.

MakeVersionSafeName(String, ResourceScope, ResourceScope, Type)

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

지정된 리소스 이름, 원하는 리소스 사용 범위 및 리소스를 사용하는 형식을 기반으로 버전 세이프 이름을 반환합니다.

MakeVersionSafeName(String, ResourceScope, ResourceScope)

지정된 리소스 이름과 원하는 리소스 사용 범위를 기반으로 버전 세이프 이름을 반환합니다.

이 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

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

반환

String

버전 세이프 이름입니다.

설명

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

적용 대상

MakeVersionSafeName(String, ResourceScope, ResourceScope, Type)

지정된 리소스 이름, 원하는 리소스 사용 범위 및 리소스를 사용하는 형식을 기반으로 버전 세이프 이름을 반환합니다.

이 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입니다.

반환

String

버전 세이프 이름입니다.

예외

fromto 값이 올바르지 않은 경우. ResourceScope 열거형의 리소스 형식이 보다 제한적인 리소스 형식에서 보다 일반적인 리소스 형식으로 전환됩니다.

type이(가) null인 경우

설명

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

적용 대상