C# 클래스 Westwind.RazorHosting.AnonymousDynamicType

This class handles special non-public types - anonymous types and allows returning property values from them. Requires Reflection permissions for internal,private properties
상속: System.Dynamic.DynamicObject
파일 보기 프로젝트 열기: RickStrahl/Westwind.RazorHosting

공개 메소드들

메소드 설명
AnonymousDynamicType ( object instance ) : System

Require passing in off an instance

TryGetMember ( GetMemberBinder binder, object &result ) : bool

비공개 메소드들

메소드 설명
GetProperty ( object instance, string name, object &result ) : bool

메소드 상세

AnonymousDynamicType() 공개 메소드

Require passing in off an instance
public AnonymousDynamicType ( object instance ) : System
instance object
리턴 System

TryGetMember() 공개 메소드

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
리턴 bool