메소드 | 설명 | |
---|---|---|
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 ( ) |
public DefineParameter ( int iSequence, System attributes, string strParamName ) : System.Reflection.Emit.ParameterBuilder | ||
iSequence | int | |
attributes | System | |
strParamName | string | |
리턴 | System.Reflection.Emit.ParameterBuilder |
public GetILGenerator ( ) : System.Reflection.Emit.ILGenerator | ||
리턴 | System.Reflection.Emit.ILGenerator |
public GetILGenerator ( int streamSize ) : System.Reflection.Emit.ILGenerator | ||
streamSize | int | |
리턴 | System.Reflection.Emit.ILGenerator |
public GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
리턴 | System.Reflection.ParameterInfo[] |
public SetCustomAttribute ( System customBuilder ) : void | ||
customBuilder | System | |
리턴 | void |
public SetCustomAttribute ( System con, byte binaryAttribute ) : void | ||
con | System | |
binaryAttribute | byte | |
리턴 | void |
public SetImplementationFlags ( System attributes ) : void | ||
attributes | System | |
리턴 | void |