Reflate this assembly using all of the information in the specified SerializationInfo object.
[Visual Basic] Public Sub SetObjectData( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ ) [C#] public void SetObjectData( SerializationInfo info, StreamingContext context ); [C++] public: void SetObjectData( SerializationInfo* info, StreamingContext context ); [JScript] public function SetObjectData( info : SerializationInfo, context : StreamingContext );
Exception Type | Condition |
---|---|
NotSupportedException | This method is not supported. |
Assembly Class | Assembly Members | System.Reflection Namespace