Show / Hide Table of Contents

Class TypesResult

Inheritance
object
TypesResult
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNetNuke.DependencyInjection.Extensions
Assembly: DotNetNuke.DependencyInjection.dll
Syntax
public class TypesResult

Constructors

TypesResult(IReadOnlyCollection<Type>, IReadOnlyDictionary<Assembly, ReflectionTypeLoadException>, IReadOnlyDictionary<Assembly, Exception>)

Declaration
public TypesResult(IReadOnlyCollection<Type> types, IReadOnlyDictionary<Assembly, ReflectionTypeLoadException> loadExceptions, IReadOnlyDictionary<Assembly, Exception> otherExceptions)
Parameters
Type Name Description
IReadOnlyCollection<Type> types
IReadOnlyDictionary<Assembly, ReflectionTypeLoadException> loadExceptions
IReadOnlyDictionary<Assembly, Exception> otherExceptions

Properties

LoadExceptions

Declaration
public IReadOnlyDictionary<Assembly, ReflectionTypeLoadException> LoadExceptions { get; }
Property Value
Type Description
IReadOnlyDictionary<Assembly, ReflectionTypeLoadException>

OtherExceptions

Declaration
public IReadOnlyDictionary<Assembly, Exception> OtherExceptions { get; }
Property Value
Type Description
IReadOnlyDictionary<Assembly, Exception>

Types

Declaration
public IReadOnlyCollection<Type> Types { get; }
Property Value
Type Description
IReadOnlyCollection<Type>

Extension Methods

TypeExtensions.LogOtherExceptions(TypesResult, ILog)
JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS