SerializationInfo.FullTypeName 屬性

定義

取得或設定要序列化之 Type 的完整名稱。

public:
 property System::String ^ FullTypeName { System::String ^ get(); void set(System::String ^ value); };
public string FullTypeName { get; set; }
member this.FullTypeName : string with get, set
Public Property FullTypeName As String

屬性值

要序列化之型別的完整名稱。

例外狀況

要設定的這個屬性值為 null

備註

FullTypeName與在 上 Type 呼叫 FullName 所傳回的內容相同。 這是格式器在此物件序列化型別資訊時所使用的類型名稱。

例如,變更類型以序列化 (的使用者,若要傳送特定類型的 Proxy,) 將想要設定此屬性的值。

警告

請勿在還原序列化期間使用這個屬性,因為此屬性的值未定義。

適用於