NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Assembly.SetObjectData

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
);

Parameters

info
The serialization information needed to reflate the assembly.
context
[To be supplied.]

Exceptions

Exception Type Condition
NotSupportedException This method is not supported.

See Also

Assembly Class | Assembly Members | System.Reflection Namespace