RedirectionType 클래스

정의

리디렉션의 형식을 나타내는 형식입니다.

public ref class RedirectionType sealed
[System.Serializable]
public sealed class RedirectionType
[<System.Serializable>]
type RedirectionType = class
Public NotInheritable Class RedirectionType
상속
RedirectionType
특성

속성

Cache

캐시 리디렉션 형식을 나타내는 RedirectionType을 가져옵니다.

Namespace

RedirectionType의 네임스페이스를 가져옵니다.

Resource

리소스 리디렉션 형식을 나타내는 RedirectionType을 가져옵니다.

UseIntermediary

중간 리디렉션 형식을 나타내는 RedirectionType을 가져옵니다.

Value

RedirectionType의 값을 가져옵니다.

메서드

Create(String, String)

지정된 리디렉션 형식 및 리디렉션 네임스페이스를 사용하여 RedirectionType 클래스의 새 인스턴스를 만듭니다.

Equals(Object)

지정된 개체가 현재 RedirectionType 인스턴스와 같은지 여부를 확인합니다.

GetHashCode()

이 인스턴스의 해시 코드를 가져옵니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 RedirectionType를 해당하는 문자열 표현으로 변환합니다.

연산자

Equality(RedirectionType, RedirectionType)

RedirectionType 형식의 두 인스턴스가 같은지 여부를 나타내는 값을 반환합니다.

Inequality(RedirectionType, RedirectionType)

RedirectionType 형식의 두 인스턴스가 다른지 여부를 나타내는 값을 반환합니다.

적용 대상