C# Class Command.Factory

Represents a constructor, method, or property that can be invoked to obtain an instance of a given type.
Show file Open project: agardiner/hfmcmd

Public Properties

Property Type Description
ReturnType System.Type

Protected Properties

Property Type Description
_command Command
_factoryAttribute FactoryAttribute
_log log4net.ILog
_memberInfo System.Reflection.MemberInfo

Public Methods

Method Description
Factory ( MemberInfo mi, FactoryAttribute fa ) : System
ToString ( ) : string

Method Details

Factory() public method

public Factory ( MemberInfo mi, FactoryAttribute fa ) : System
mi System.Reflection.MemberInfo
fa FactoryAttribute
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ReturnType public property

public Type,System ReturnType
return System.Type

_command protected property

protected Command,Command _command
return Command

_factoryAttribute protected property

protected FactoryAttribute,Command _factoryAttribute
return FactoryAttribute

_log protected static property

protected static ILog,log4net _log
return log4net.ILog

_memberInfo protected property

protected MemberInfo,System.Reflection _memberInfo
return System.Reflection.MemberInfo