C# 클래스 Dynamitey.DynamicObjects.BaseObject

Dynamic Object that knows about the Impromtu Interface return types; Override Typical Dynamic Object methods, and use TypeForName to get the return type of an interface member.
상속: System.Dynamic.DynamicObject, IEquivalentType, IServiceProvider
파일 보기 프로젝트 열기: ekonbenefits/dynamitey

Private Properties

프로퍼티 타입 설명
IServiceProvider object

공개 메소드들

메소드 설명
TryTypeForName ( string binderName, Type &type ) : bool

Tries the name of the member to see if it has a type.

보호된 메소드들

메소드 설명
BaseObject ( ) : System

Initializes a new instance of the BaseObject class.

비공개 메소드들

메소드 설명
IServiceProvider ( Type serviceType ) : object

메소드 상세

BaseObject() 보호된 메소드

Initializes a new instance of the BaseObject class.
protected BaseObject ( ) : System
리턴 System

TryTypeForName() 공개 메소드

Tries the name of the member to see if it has a type.
public TryTypeForName ( string binderName, Type &type ) : bool
binderName string Name of the binder.
type System.Type The type.
리턴 bool