SerializationInfo.FullTypeName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定序列化的 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 呼叫 FullName 開啟 Type所回傳的相同。 這是格式化器在序列化此物件類型資訊時所使用的類型名稱。
若使用者更改序列化型別(例如,傳送特定型別的代理)會想要設定此屬性的值。
注意事項
在反序列化時不要使用此屬性,因為該屬性的值尚未定義。