PeerNameRecord.ISerializable.GetObjectData(SerializationInfo, StreamingContext) Метод
Определение
Реализует интерфейс ISerializable и возвращает данные, необходимые для сериализации экземпляра PeerNameRecord.Implements the ISerializable interface and returns the data needed to serialize the PeerNameRecord instance.
virtual void System.Runtime.Serialization.ISerializable.GetObjectData(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context) = System::Runtime::Serialization::ISerializable::GetObjectData;
[System.Security.SecurityCritical]
void ISerializable.GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Sub GetObjectData (info As SerializationInfo, context As StreamingContext) Implements ISerializable.GetObjectData
Параметры
- info
- SerializationInfo
Содержит сериализуемые данные, связанные с экземпляром PeerNameRecord.Holds the serialized data associated with the PeerNameRecord instance.
- context
- StreamingContext
Содержит назначение сериализованного потока, связанного с экземпляром PeerNameRecord.Contains the destination for the serialized stream associated with the PeerNameRecord instance.
Реализации
- Атрибуты