Show / Hide Table of Contents

Class RuntimeTypeInfoExtensions

Extension methods for IRuntimeTypeInfo.

Inheritance
System.Object
RuntimeTypeInfoExtensions
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.Runtime
Assembly: Kephas.Core.dll
Syntax
public static class RuntimeTypeInfoExtensions

Methods

| Improve this Doc View Source

CreateInstance(IRuntimeTypeInfo, Object[])

Creates an instance with the provided arguments (if any).

Declaration
public static object CreateInstance(this IRuntimeTypeInfo typeInfo, params object[] args)
Parameters
Type Name Description
IRuntimeTypeInfo typeInfo

The type information.

System.Object[] args

The arguments.

Returns
Type Description
System.Object

The new instance.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX