Class ClassInfo

Implements operations for and represents commerce class information.

Inheritance
System.Object
ClassInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class ClassInfo

Constructors

ClassInfo(String)

Initializes a new instance of the ClassInfo class.

Declaration
public ClassInfo(string type)
Parameters
Type Name Description
System.String type

The type.

ClassInfo(Type)

Initializes a new instance of the ClassInfo class.

Declaration
public ClassInfo(Type type)
Parameters
Type Name Description
System.Type type

The type.

Properties

DefaultConstructor

Gets the default constructor.

Declaration
public ConstructorInfo DefaultConstructor { get; }
Property Value
Type Description
System.Reflection.ConstructorInfo

The default constructor.

Type

Gets the type.

Declaration
public Type Type { get; }
Property Value
Type Description
System.Type

The type.

Methods

CreateInstance()

Creates the instance.

Declaration
public object CreateInstance()
Returns
Type Description
System.Object