共用方式為


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 型別的執行個體是否不相等。

適用於