C# 클래스 System.Reflection.Emit.ConstructorBuilder

상속: System.Reflection.ConstructorInfo, IClrProgramItem, IDetachItem
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
DefineParameter ( int iSequence, System attributes, string strParamName ) : System.Reflection.Emit.ParameterBuilder
GetILGenerator ( ) : System.Reflection.Emit.ILGenerator
GetILGenerator ( int streamSize ) : System.Reflection.Emit.ILGenerator
GetParameters ( ) : System.Reflection.ParameterInfo[]
SetCustomAttribute ( System customBuilder ) : void
SetCustomAttribute ( System con, byte binaryAttribute ) : void
SetImplementationFlags ( System attributes ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
ConstructorBuilder ( )

메소드 상세

DefineParameter() 공개 메소드

public DefineParameter ( int iSequence, System attributes, string strParamName ) : System.Reflection.Emit.ParameterBuilder
iSequence int
attributes System
strParamName string
리턴 System.Reflection.Emit.ParameterBuilder

GetILGenerator() 공개 메소드

public GetILGenerator ( ) : System.Reflection.Emit.ILGenerator
리턴 System.Reflection.Emit.ILGenerator

GetILGenerator() 공개 메소드

public GetILGenerator ( int streamSize ) : System.Reflection.Emit.ILGenerator
streamSize int
리턴 System.Reflection.Emit.ILGenerator

GetParameters() 공개 메소드

public GetParameters ( ) : System.Reflection.ParameterInfo[]
리턴 System.Reflection.ParameterInfo[]

SetCustomAttribute() 공개 메소드

public SetCustomAttribute ( System customBuilder ) : void
customBuilder System
리턴 void

SetCustomAttribute() 공개 메소드

public SetCustomAttribute ( System con, byte binaryAttribute ) : void
con System
binaryAttribute byte
리턴 void

SetImplementationFlags() 공개 메소드

public SetImplementationFlags ( System attributes ) : void
attributes System
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string