Class MessagingTypeInfoFactory
A messaging type information factory.
Inheritance
System.Object
    MessagingTypeInfoFactory
  Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Kephas.Messaging.Runtime
Assembly: Kephas.Messaging.dll
Syntax
public class MessagingTypeInfoFactory : IRuntimeTypeInfoFactoryMethods
| Improve this Doc View SourceTryCreateRuntimeTypeInfo(Type)
Tries to create the runtime type information type for the provided raw type.
Declaration
public IRuntimeTypeInfo TryCreateRuntimeTypeInfo(Type type)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Type | type | The raw type. | 
Returns
| Type | Description | 
|---|---|
| IRuntimeTypeInfo | The matching runtime type information type, or  |