C# 클래스 Castle.DynamicProxy.Builder.CodeBuilder.EasyConstructor

상속: IEasyMember
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_builder System.Reflection.Emit.ConstructorBuilder

Private Properties

프로퍼티 타입 설명
EasyConstructor System

공개 메소드들

메소드 설명
EnsureValidCodeBlock ( ) : void
Generate ( ) : void

보호된 메소드들

메소드 설명
EasyConstructor ( ) : System

비공개 메소드들

메소드 설명
EasyConstructor ( AbstractEasyType maintype ) : System

메소드 상세

EasyConstructor() 보호된 메소드

protected EasyConstructor ( ) : System
리턴 System

EnsureValidCodeBlock() 공개 메소드

public EnsureValidCodeBlock ( ) : void
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

_builder 보호되어 있는 프로퍼티

protected ConstructorBuilder,System.Reflection.Emit _builder
리턴 System.Reflection.Emit.ConstructorBuilder