Show / Hide Table of Contents

Enum RuntimeTypeKind

Values that represent runtime type kinds.

Namespace: Kephas.Runtime
Assembly: Kephas.Core.dll
Syntax
public enum RuntimeTypeKind

Fields

Name Description
Class

The runtime type is a class.

Enum

The runtime type is an enum.

Interface

The runtime type is an interface.

Unknown

The runtime type is unknown.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(String, Object)
DynamicObjectExtensions.TrySetPropertyValue(String, Object)
DynamicObjectExtensions.GetPropertyValue(String)
DynamicObjectExtensions.TryGetPropertyValue(String, Object)
DynamicObjectExtensions.GetRuntimeTypeInfo()
DynamicObjectExtensions.ToDynamic()
DynamicObjectExtensions.ToExpando()
BehaviorValue.ToBehaviorValue<RuntimeTypeKind>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX