| AcknowledgeTypes () |
| n/a
|
public sealed enum System.Messaging.AcknowledgeTypes
                    None = Can't do enum :-(,
                    PositiveArrival = Can't do enum :-(,
                    PositiveReceive = Can't do enum :-(,
                    NotAcknowledgeReachQueue = Can't do enum :-(,
                    FullReachQueue = Can't do enum :-(,
                    NegativeReceive = Can't do enum :-(,
                    NotAcknowledgeReceive = Can't do enum :-(,
                    FullReceive = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| Acknowledgment () |
| n/a
|
public sealed enum System.Messaging.Acknowledgment
                    None = Can't do enum :-(,
                    ReachQueue = Can't do enum :-(,
                    Receive = Can't do enum :-(,
                    BadDestinationQueue = Can't do enum :-(,
                    Purged = Can't do enum :-(,
                    ReachQueueTimeout = Can't do enum :-(,
                    QueueExceedMaximumSize = Can't do enum :-(,
                    AccessDenied = Can't do enum :-(,
                    HopCountExceeded = Can't do enum :-(,
                    BadSignature = Can't do enum :-(,
                    BadEncryption = Can't do enum :-(,
                    CouldNotEncrypt = Can't do enum :-(,
                    NotTransactionalQueue = Can't do enum :-(,
                    NotTransactionalMessage = Can't do enum :-(,
                    QueueDeleted = Can't do enum :-(,
                    QueuePurged = Can't do enum :-(,
                    ReceiveTimeout = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.Messaging DefaultPropertiesToSend () |
| n/a
|
public class System.Messaging.DefaultPropertiesToSend
|
| --> NONE <--
|
- Constructor: public DefaultPropertiesToSend ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: AcknowledgeTypes AcknowledgeType { public get; public set; }
- Property: MessageQueue AdministrationQueue { public get; public set; }
- Property: int AppSpecific { public get; public set; }
- Property: Byte[] Extension { public get; public set; }
- Property: string Label { public get; public set; }
- Property: MessagePriority Priority { public get; public set; }
- Property: bool Recoverable { public get; public set; }
- Property: MessageQueue ResponseQueue { public get; public set; }
- Property: TimeSpan TimeToBeReceived { public get; public set; }
- Property: TimeSpan TimeToReachQueue { public get; public set; }
- Property: bool UseDeadLetterQueue { public get; public set; }
- Property: bool UseJournalQueue { public get; public set; }
- Property: bool UseTracing { public get; public set; }
|
| System.Messaging IMessageFormatter () |
| n/a
|
public interface System.Messaging.IMessageFormatter
|
| --> NONE <--
|
- Method: bool CanRead (Message message)
- Method: object Read (Message message)
- Method: void Write (Message message, object obj)
|
| System.Messaging Message () |
| n/a
|
public class System.Messaging.Message
|
| --> NONE <--
|
- Constructor: public Message ()
- Constructor: public Message (object body)
- Constructor: public Message (object body, IMessageFormatter formatter)
- Event: public event EventHandler Disposed
- Field: public static readonly TimeSpan InfiniteTimeout
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method (i): public virtual string ToString ()
- Property: AcknowledgeTypes AcknowledgeType { public get; public set; }
- Property: Acknowledgment Acknowledgment { public get; }
- Property: MessageQueue AdministrationQueue { public get; public set; }
- Property: int AppSpecific { public get; public set; }
- Property: DateTime ArrivedTime { public get; }
- Property: object Body { public get; public set; }
- Property: Stream BodyStream { public get; public set; }
- Property: int BodyType { public get; public set; }
- Property: string CorrelationId { public get; public set; }
- Property: MessageQueue DestinationQueue { public get; }
- Property: protected EventHandlerList Events { }
- Property: Byte[] Extension { public get; public set; }
- Property: IMessageFormatter Formatter { public get; public set; }
- Property: string Id { public get; }
- Property: bool IsFirstInTransaction { public get; }
- Property: bool IsLastInTransaction { public get; }
- Property: string Label { public get; public set; }
- Property: MessageType MessageType { public get; }
- Property: MessagePriority Priority { public get; public set; }
- Property: bool Recoverable { public get; public set; }
- Property: MessageQueue ResponseQueue { public get; public set; }
- Property: long SenderVersion { public get; }
- Property: DateTime SentTime { public get; }
- Property: virtual ISite Site { public get; public set; }
- Property: TimeSpan TimeToBeReceived { public get; public set; }
- Property: TimeSpan TimeToReachQueue { public get; public set; }
- Property: string TransactionId { public get; }
- Property: bool UseDeadLetterQueue { public get; public set; }
- Property: bool UseJournalQueue { public get; public set; }
- Property: bool UseTracing { public get; public set; }
|
| System.Messaging MessageEnumerator () |
| n/a
|
public class System.Messaging.MessageEnumerator
|
| --> NONE <--
|
- Method: public void Close ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: public virtual void Dispose ()
- Method: protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method: protected override void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method: public virtual bool MoveNext ()
- Method: public bool MoveNext (TimeSpan timeout)
- Method: public Message RemoveCurrent ()
- Method: public Message RemoveCurrent (TimeSpan timeout)
- Method: public virtual void Reset ()
- Method (i): public virtual string ToString ()
- Property: Message Current { public get; }
- Property: IntPtr CursorHandle { public get; }
|
| MessagePriority () |
| n/a
|
public sealed enum System.Messaging.MessagePriority
                    Lowest = Can't do enum :-(,
                    VeryLow = Can't do enum :-(,
                    Low = Can't do enum :-(,
                    Normal = Can't do enum :-(,
                    AboveNormal = Can't do enum :-(,
                    High = Can't do enum :-(,
                    VeryHigh = Can't do enum :-(,
                    Highest = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.Messaging MessagePropertyFilter () |
| n/a
|
public class System.Messaging.MessagePropertyFilter
|
| --> NONE <--
|
- Constructor: public MessagePropertyFilter ()
- Method: public void ClearAll ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void SetAll ()
- Method: public void SetDefaults ()
- Method (i): public virtual string ToString ()
- Property: bool AcknowledgeType { public get; public set; }
- Property: bool Acknowledgment { public get; public set; }
- Property: bool AdministrationQueue { public get; public set; }
- Property: bool AppSpecific { public get; public set; }
- Property: bool ArrivedTime { public get; public set; }
- Property: bool Body { public get; public set; }
- Property: bool CorrelationId { public get; public set; }
- Property: int DefaultBodySize { public get; public set; }
- Property: int DefaultExtensionSize { public get; public set; }
- Property: int DefaultLabelSize { public get; public set; }
- Property: bool DestinationQueue { public get; public set; }
- Property: bool Extension { public get; public set; }
- Property: bool Id { public get; public set; }
- Property: bool IsFirstInTransaction { public get; public set; }
- Property: bool IsLastInTransaction { public get; public set; }
- Property: bool Label { public get; public set; }
- Property: bool MessageType { public get; public set; }
- Property: bool Priority { public get; public set; }
- Property: bool Recoverable { public get; public set; }
- Property: bool ResponseQueue { public get; public set; }
- Property: bool SenderVersion { public get; public set; }
- Property: bool SentTime { public get; public set; }
- Property: bool TimeToBeReceived { public get; public set; }
- Property: bool TimeToReachQueue { public get; public set; }
- Property: bool TransactionId { public get; public set; }
- Property: bool UseDeadLetterQueue { public get; public set; }
- Property: bool UseJournalQueue { public get; public set; }
- Property: bool UseTracing { public get; public set; }
|
| System.Messaging MessageQueue () |
| n/a
|
public class System.Messaging.MessageQueue
|
| --> NONE <--
|
- Constructor: public MessageQueue ()
- Constructor: public MessageQueue (string path)
- Constructor: public MessageQueue (string path, bool sharedModeDenyReceive)
- Event: public event EventHandler Disposed
- Event: public event PeekCompletedEventHandler PeekCompleted
- Event: public event ReceiveCompletedEventHandler ReceiveCompleted
- Field: public static readonly long InfiniteQueueSize
- Field: public static readonly TimeSpan InfiniteTimeout
- Method: public IAsyncResult BeginPeek ()
- Method: public IAsyncResult BeginPeek (TimeSpan timeout)
- Method: public IAsyncResult BeginPeek (TimeSpan timeout, object stateObject)
- Method: public IAsyncResult BeginPeek (TimeSpan timeout, object stateObject, AsyncCallback callback)
- Method: public IAsyncResult BeginReceive ()
- Method: public IAsyncResult BeginReceive (TimeSpan timeout)
- Method: public IAsyncResult BeginReceive (TimeSpan timeout, object stateObject)
- Method: public IAsyncResult BeginReceive (TimeSpan timeout, object stateObject, AsyncCallback callback)
- Method: public static void ClearConnectionCache ()
- Method: public void Close ()
- Method: public static MessageQueue Create (string path)
- Method: public static MessageQueue Create (string path, bool transactional)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: public static void Delete (string path)
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method: public Message EndPeek (IAsyncResult asyncResult)
- Method: public Message EndReceive (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method: public static bool Exists (string path)
- Method (i): protected virtual void Finalize ()
- Method: public Message[] GetAllMessages ()
- Method: public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method: public static Guid GetMachineId (string machineName)
- Method: public MessageEnumerator GetMessageEnumerator ()
- Method: public static MessageQueue[] GetPrivateQueuesByMachine (string machineName)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method: public Message Peek ()
- Method: public Message Peek (TimeSpan timeout)
- Method: public Message PeekByCorrelationId (string correlationId)
- Method: public Message PeekByCorrelationId (string correlationId, TimeSpan timeout)
- Method: public Message PeekById (string id)
- Method: public Message PeekById (string id, TimeSpan timeout)
- Method: public void Purge ()
- Method: public Message Receive ()
- Method: public Message Receive (TimeSpan timeout)
- Method: public Message ReceiveByCorrelationId (string correlationId)
- Method: public Message ReceiveByCorrelationId (string correlationId, TimeSpan timeout)
- Method: public Message ReceiveById (string id)
- Method: public Message ReceiveById (string id, TimeSpan timeout)
- Method: public void Refresh ()
- Method: public void Send (object obj)
- Method: public void Send (object obj, string label)
- Method: public void Send (object obj, string label, MessageQueueTransactionType transactionType)
- Method: public void Send (object obj, MessageQueueTransactionType transactionType)
- Method (i): public virtual string ToString ()
- Property: short BasePriority { public get; public set; }
- Property: bool CanRead { public get; }
- Property: bool CanWrite { public get; }
- Property: Guid Category { public get; public set; }
- Property: DateTime CreateTime { public get; }
- Property: DefaultPropertiesToSend DefaultPropertiesToSend { public get; public set; }
- Property: bool DenySharedReceive { public get; public set; }
- Property: static bool EnableConnectionCache { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: string FormatName { public get; }
- Property: IMessageFormatter Formatter { public get; public set; }
- Property: Guid Id { public get; }
- Property: string Label { public get; public set; }
- Property: DateTime LastModifyTime { public get; }
- Property: string MachineName { public get; public set; }
- Property: long MaximumJournalSize { public get; public set; }
- Property: long MaximumQueueSize { public get; public set; }
- Property: MessagePropertyFilter MessageReadPropertyFilter { public get; public set; }
- Property: string Path { public get; public set; }
- Property: string QueueName { public get; public set; }
- Property: IntPtr ReadHandle { public get; }
- Property: virtual ISite Site { public get; public set; }
- Property: bool Transactional { public get; }
- Property: bool UseJournalQueue { public get; public set; }
- Property: IntPtr WriteHandle { public get; }
|
| MessageQueueErrorCode () |
| n/a
|
public sealed enum System.Messaging.MessageQueueErrorCode
                    Base = Can't do enum :-(,
                    Generic = Can't do enum :-(,
                    Property = Can't do enum :-(,
                    QueueNotFound = Can't do enum :-(,
                    QueueExists = Can't do enum :-(,
                    InvalidParameter = Can't do enum :-(,
                    InvalidHandle = Can't do enum :-(,
                    OperationCanceled = Can't do enum :-(,
                    SharingViolation = Can't do enum :-(,
                    ServiceNotAvailable = Can't do enum :-(,
                    MachineNotFound = Can't do enum :-(,
                    IllegalSort = Can't do enum :-(,
                    IllegalUser = Can't do enum :-(,
                    NoDs = Can't do enum :-(,
                    IllegalQueuePathName = Can't do enum :-(,
                    IllegalPropertyValue = Can't do enum :-(,
                    IllegalPropertyVt = Can't do enum :-(,
                    BufferOverflow = Can't do enum :-(,
                    IOTimeout = Can't do enum :-(,
                    IllegalCursorAction = Can't do enum :-(,
                    MessageAlreadyReceived = Can't do enum :-(,
                    IllegalFormatName = Can't do enum :-(,
                    FormatNameBufferTooSmall = Can't do enum :-(,
                    UnsupportedFormatNameOperation = Can't do enum :-(,
                    IllegalSecurityDescriptor = Can't do enum :-(,
                    SenderIdBufferTooSmall = Can't do enum :-(,
                    SecurityDescriptorBufferTooSmall = Can't do enum :-(,
                    CannotImpersonateClient = Can't do enum :-(,
                    AccessDenied = Can't do enum :-(,
                    PrivilegeNotHeld = Can't do enum :-(,
                    InsufficientResources = Can't do enum :-(,
                    UserBufferTooSmall = Can't do enum :-(,
                    MessageStorageFailed = Can't do enum :-(,
                    SenderCertificateBufferTooSmall = Can't do enum :-(,
                    InvalidCertificate = Can't do enum :-(,
                    CorruptedInternalCertificate = Can't do enum :-(,
                    NoInternalUserCertificate = Can't do enum :-(,
                    CorruptedSecurityData = Can't do enum :-(,
                    CorruptedPersonalCertStore = Can't do enum :-(,
                    ComputerDoesNotSupportEncryption = Can't do enum :-(,
                    BadSecurityContext = Can't do enum :-(,
                    CouldNotGetUserSid = Can't do enum :-(,
                    CouldNotGetAccountInfo = Can't do enum :-(,
                    IllegalCriteriaColumns = Can't do enum :-(,
                    IllegalPropertyId = Can't do enum :-(,
                    IllegalRelation = Can't do enum :-(,
                    IllegalPropertySize = Can't do enum :-(,
                    IllegalRestrictionPropertyId = Can't do enum :-(,
                    IllegalQueueProperties = Can't do enum :-(,
                    PropertyNotAllowed = Can't do enum :-(,
                    InsufficientProperties = Can't do enum :-(,
                    MachineExists = Can't do enum :-(,
                    IllegalMessageProperties = Can't do enum :-(,
                    DsIsFull = Can't do enum :-(,
                    DsError = Can't do enum :-(,
                    InvalidOwner = Can't do enum :-(,
                    UnsupportedAccessMode = Can't do enum :-(,
                    ResultBufferTooSmall = Can't do enum :-(,
                    DeleteConnectedNetworkInUse = Can't do enum :-(,
                    NoResponseFromObjectServer = Can't do enum :-(,
                    ObjectServerNotAvailable = Can't do enum :-(,
                    QueueNotAvailable = Can't do enum :-(,
                    DtcConnect = Can't do enum :-(,
                    TransactionImport = Can't do enum :-(,
                    TransactionUsage = Can't do enum :-(,
                    TransactionSequence = Can't do enum :-(,
                    MissingConnectorType = Can't do enum :-(,
                    StaleHandle = Can't do enum :-(,
                    TransactionEnlist = Can't do enum :-(,
                    QueueDeleted = Can't do enum :-(,
                    IllegalContext = Can't do enum :-(,
                    IllegalSortPropertyId = Can't do enum :-(,
                    LabelBufferTooSmall = Can't do enum :-(,
                    MqisServerEmpty = Can't do enum :-(,
                    MqisReadOnlyMode = Can't do enum :-(,
                    SymmetricKeyBufferTooSmall = Can't do enum :-(,
                    SignatureBufferTooSmall = Can't do enum :-(,
                    ProviderNameBufferTooSmall = Can't do enum :-(,
                    IllegalOperation = Can't do enum :-(,
                    WriteNotAllowed = Can't do enum :-(,
                    WksCantServeClient = Can't do enum :-(,
                    DependentClientLicenseOverflow = Can't do enum :-(,
                    CorruptedQueueWasDeleted = Can't do enum :-(,
                    RemoteMachineNotAvailable = Can't do enum :-(,
                    UnsupportedOperation = Can't do enum :-(,
                    EncryptionProviderNotSupported = Can't do enum :-(,
                    CannotSetCryptographicSecurityDescriptor = Can't do enum :-(,
                    CertificateNotProvided = Can't do enum :-(,
                    QDnsPropertyNotSupported = Can't do enum :-(,
                    CannotCreateCertificateStore = Can't do enum :-(,
                    CannotOpenCertificateStore = Can't do enum :-(,
                    IllegalEnterpriseOperation = Can't do enum :-(,
                    CannotGrantAddGuid = Can't do enum :-(,
                    CannotLoadMsmqOcm = Can't do enum :-(,
                    NoEntryPointMsmqOcm = Can't do enum :-(,
                    NoMsmqServersOnDc = Can't do enum :-(,
                    CannotJoinDomain = Can't do enum :-(,
                    CannotCreateOnGlobalCatalog = Can't do enum :-(,
                    GuidNotMatching = Can't do enum :-(,
                    PublicKeyNotFound = Can't do enum :-(,
                    PublicKeyDoesNotExist = Can't do enum :-(,
                    IllegalPrivateProperties = Can't do enum :-(,
                    NoGlobalCatalogInDomain = Can't do enum :-(,
                    NoMsmqServersOnGlobalCatalog = Can't do enum :-(,
                    CannotGetDistinguishedName = Can't do enum :-(,
                    CannotHashDataEx = Can't do enum :-(,
                    CannotSignDataEx = Can't do enum :-(,
                    CannotCreateHashEx = Can't do enum :-(,
                    FailVerifySignatureEx = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.Messaging MessageQueueException () |
| n/a
|
public class System.Messaging.MessageQueueException
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: virtual int ErrorCode { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: protected int HResult { }
- Property: virtual Exception InnerException { public get; }
- Property: override string Message { public get; }
- Property: MessageQueueErrorCode MessageQueueErrorCode { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
| MessageQueuePermissionAccess () |
| n/a
|
public sealed enum System.Messaging.MessageQueuePermissionAccess
                    None = Can't do enum :-(,
                    Browse = Can't do enum :-(,
                    Send = Can't do enum :-(,
                    Peek = Can't do enum :-(,
                    Receive = Can't do enum :-(,
                    Administer = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| MessageQueueTransactionType () |
| n/a
|
public sealed enum System.Messaging.MessageQueueTransactionType
                    None = Can't do enum :-(,
                    Automatic = Can't do enum :-(,
                    Single = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| MessageType () |
| n/a
|
public sealed enum System.Messaging.MessageType
                    Acknowledgment = Can't do enum :-(,
                    Normal = Can't do enum :-(,
                    Report = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.Messaging PeekCompletedEventArgs () |
| n/a
|
public class System.Messaging.PeekCompletedEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: IAsyncResult AsyncResult { public get; public set; }
- Property: Message Message { public get; }
|
| System.Messaging PeekCompletedEventHandler () |
| n/a
|
public sealed delegate System.Messaging.PeekCompletedEventHandler
|
| --> NONE <--
|
- Constructor: public PeekCompletedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, PeekCompletedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, PeekCompletedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Messaging ReceiveCompletedEventArgs () |
| n/a
|
public class System.Messaging.ReceiveCompletedEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: IAsyncResult AsyncResult { public get; public set; }
- Property: Message Message { public get; }
|
| System.Messaging ReceiveCompletedEventHandler () |
| n/a
|
public sealed delegate System.Messaging.ReceiveCompletedEventHandler
|
| --> NONE <--
|
- Constructor: public ReceiveCompletedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ReceiveCompletedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ReceiveCompletedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Messaging XmlMessageFormatter () |
| n/a
|
public class System.Messaging.XmlMessageFormatter
|
| --> NONE <--
|
- Constructor: public XmlMessageFormatter ()
- Constructor: public XmlMessageFormatter (string[] targetTypeNames)
- Constructor: public XmlMessageFormatter (Type[] targetTypes)
- Method: public virtual bool CanRead (Message message)
- Method: public virtual object Clone ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public virtual object Read (Message message)
- Method (i): public virtual string ToString ()
- Method: public virtual void Write (Message message, object obj)
- Property: String[] TargetTypeNames { public get; public set; }
- Property: Type[] TargetTypes { public get; public set; }
|