C# 클래스 NServiceBus.ConcreteProxyCreator

파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
AddCustomAttributeToProperty ( object customAttribute, PropertyBuilder propBuilder ) : void

Given a custom attribute and property builder, adds an instance of custom attribute to the property builder

ConcreteProxyCreator ( ) : System
CreateTypeFrom ( Type type ) : Type

Generates the concrete implementation of the given type. Only properties on the given type are generated in the concrete implementation.

비공개 메소드들

메소드 설명
BuildCustomAttribute ( object customAttribute ) : CustomAttributeBuilder
GetAllProperties ( Type type ) : IEnumerable

Returns all properties on the given type, going up the inheritance hierarchy.

메소드 상세

AddCustomAttributeToProperty() 공개 메소드

Given a custom attribute and property builder, adds an instance of custom attribute to the property builder
public AddCustomAttributeToProperty ( object customAttribute, PropertyBuilder propBuilder ) : void
customAttribute object
propBuilder System.Reflection.Emit.PropertyBuilder
리턴 void

ConcreteProxyCreator() 공개 메소드

public ConcreteProxyCreator ( ) : System
리턴 System

CreateTypeFrom() 공개 메소드

Generates the concrete implementation of the given type. Only properties on the given type are generated in the concrete implementation.
public CreateTypeFrom ( Type type ) : Type
type System.Type
리턴 System.Type