Interface IRuntimeTypeInfoFactory
Contract for factories creating IRuntimeTypeInfo instances.
Namespace: Kephas.Runtime
Assembly: Kephas.Core.dll
Syntax
public interface IRuntimeTypeInfoFactory
Methods
| Improve this Doc View SourceTryCreateRuntimeTypeInfo(Type)
Tries to create the runtime type information type for the provided raw type.
Declaration
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 |