| SerializerLibraryDocumentation |
Delegate SerializerComponentEventHandler
|
SerializerComponent
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() |
BeginInvoke | public virtual IAsyncResult BeginInvoke( SerializerComponent sender, AsyncCallback callback, object object ); |
![]() |
Clone | Inherited from System.Delegate public virtual object Clone(); |
![]() |
DynamicInvoke | Inherited from System.Delegate public object DynamicInvoke( Object[] args ); |
![]() |
EndInvoke | public virtual void EndInvoke( IAsyncResult result ); |
![]() |
Equals | Inherited from System.MulticastDelegate public sealed bool Equals( object obj ); |
![]() |
GetHashCode | Inherited from System.MulticastDelegate public sealed int GetHashCode(); |
![]() |
GetInvocationList | Inherited from System.MulticastDelegate public sealed Delegate[] GetInvocationList(); |
![]() |
GetObjectData | Inherited from System.MulticastDelegate public virtual void GetObjectData( SerializationInfo info, StreamingContext context ); |
![]() |
GetType | Inherited from System.Object public Type GetType(); |
![]() |
Invoke | public virtual void Invoke( SerializerComponent sender ); |
![]() |
ToString | Inherited from System.Object public virtual string ToString(); |
![]() |
Method | Inherited from System.Delegate |
![]() |
Target | Inherited from System.Delegate |