ObjectManager.RaiseOnDeserializingEvent(Object) 方法
定义
调用使用 OnDeserializingAttribute 标记的方法。Invokes the method marked with the OnDeserializingAttribute.
public:
void RaiseOnDeserializingEvent(System::Object ^ obj);
public void RaiseOnDeserializingEvent (object obj);
member this.RaiseOnDeserializingEvent : obj -> unit
Public Sub RaiseOnDeserializingEvent (obj As Object)
参数
- obj
- Object
包含要调用的方法的类型实例。The instance of the type that contains the method to be invoked.