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 型の 2 つのインスタンスが等しいかどうかを示す値を返します。

Inequality(RedirectionType, RedirectionType)

RedirectionType 型の 2 つのインスタンスが等しくないかどうかを示す値を返します。

適用対象