ObjectManager::RaiseOnDeserializingEvent Method (Object^)

 

Invokes the method marked with the OnDeserializingAttribute.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

public:
void RaiseOnDeserializingEvent(
	Object^ obj
)

Parameters

obj
Type: System::Object^

The instance of the type that contains the method to be invoked.

.NET Framework
Available since 2.0
Return to top
Show: