C# Class Command.Factory

Represents a constructor, method, or property that can be invoked to obtain an instance of a given type.
Datei anzeigen 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_oe property

public Type,System ReturnType
return System.Type

_command protected_oe property

protected Command,Command _command
return Command

_factoryAttribute protected_oe property

protected FactoryAttribute,Command _factoryAttribute
return FactoryAttribute

_log protected_oe static_oe property

protected static ILog,log4net _log
return log4net.ILog

_memberInfo protected_oe property

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