Property | Type | Description | |
---|---|---|---|
Bake | void | ||
CheckBaked | void | ||
CheckSig | void | ||
FixupToken | void | ||
GetCurrentToken | int | ||
GetGenericMethodArgument | |||
GetGenericMethodArgumentCount | int | ||
ImportTo | int | ||
MethodBuilder | System | ||
SetDllImportPseudoCustomAttribute | void | ||
SetDllImportPseudoCustomAttribute | void | ||
SetMethodImplAttribute | void | ||
SetSignature | void | ||
WriteMethodDefRecord | void | ||
WriteParamRecords | void |
Method | Description | |
---|---|---|
AddDeclarativeSecurity ( System securityAction, System permissionSet ) : void | ||
CreateMethodBody ( byte il, int count ) : void | ||
DefineGenericParameters ( ) : IKVM.Reflection.Emit.GenericTypeParameterBuilder[] | ||
DefineParameter ( int position, ParameterAttributes attributes, string strParamName ) : IKVM.Reflection.Emit.ParameterBuilder | ||
GetGenericArguments ( ) : System.Type[] | ||
GetGenericMethodDefinition ( ) : MethodInfo | ||
GetILGenerator ( ) : ILGenerator | ||
GetILGenerator ( int streamSize ) : ILGenerator | ||
GetMethodBody ( ) : MethodBody | ||
GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
GetModule ( ) : Module | ||
GetParameters ( ) : ParameterInfo[] | ||
GetToken ( ) : IKVM.Reflection.Emit.MethodToken | ||
MakeGenericMethod ( ) : MethodInfo | ||
SetCustomAttribute ( ConstructorInfo con, byte binaryAttribute ) : void | ||
SetCustomAttribute ( CustomAttributeBuilder customBuilder ) : void | ||
SetImplementationFlags ( MethodImplAttributes attributes ) : void | ||
SetMethodBody ( byte il, int maxStack, byte localSignature, IEnumerable |
||
SetParameters ( ) : void | ||
SetReturnType ( |
||
SetSignature ( |
||
__AddDeclarativeSecurity ( CustomAttributeBuilder customBuilder ) : void | ||
__AddUnmanagedExport ( string name, int ordinal ) : void | ||
__ReleaseILGenerator ( ) : void | ||
__SetAttributes ( MethodAttributes attributes ) : void | ||
__SetCallingConvention ( CallingConventions callingConvention ) : void | ||
__SetSignature ( Type returnType, CustomModifiers returnTypeCustomModifiers, Type parameterTypes, CustomModifiers parameterTypeCustomModifiers ) : void |
Method | Description | |
---|---|---|
Bake ( ) : void | ||
CheckBaked ( ) : void | ||
CheckSig ( ) : void | ||
FixupToken ( int token, int ¶meterToken ) : void | ||
GetCurrentToken ( ) : int | ||
GetGenericMethodArgument ( int index ) : |
||
GetGenericMethodArgumentCount ( ) : int | ||
ImportTo ( ModuleBuilder other ) : int | ||
MethodBuilder ( |
||
SetDllImportPseudoCustomAttribute ( CustomAttributeBuilder customBuilder ) : void | ||
SetDllImportPseudoCustomAttribute ( string dllName, string entryName, CallingConvention nativeCallConv, CharSet nativeCharSet, bool bestFitMapping, bool throwOnUnmappableChar, bool setLastError, bool preserveSig, bool exactSpelling ) : void | ||
SetMethodImplAttribute ( CustomAttributeBuilder customBuilder ) : void | ||
SetSignature ( |
||
WriteMethodDefRecord ( int baseRVA, IKVM.Reflection.Writer.MetadataWriter mw, int ¶mList ) : void | ||
WriteParamRecords ( IKVM.Reflection.Writer.MetadataWriter mw ) : void |
public AddDeclarativeSecurity ( System securityAction, System permissionSet ) : void | ||
securityAction | System | |
permissionSet | System | |
return | void |
public CreateMethodBody ( byte il, int count ) : void | ||
il | byte | |
count | int | |
return | void |
public DefineGenericParameters ( ) : IKVM.Reflection.Emit.GenericTypeParameterBuilder[] | ||
return | IKVM.Reflection.Emit.GenericTypeParameterBuilder[] |
public DefineParameter ( int position, ParameterAttributes attributes, string strParamName ) : IKVM.Reflection.Emit.ParameterBuilder | ||
position | int | |
attributes | ParameterAttributes | |
strParamName | string | |
return | IKVM.Reflection.Emit.ParameterBuilder |
public GetGenericArguments ( ) : System.Type[] | ||
return | System.Type[] |
public GetGenericMethodDefinition ( ) : MethodInfo | ||
return | MethodInfo |
public GetILGenerator ( int streamSize ) : ILGenerator | ||
streamSize | int | |
return | ILGenerator |
public GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
return | MethodImplAttributes |
public GetToken ( ) : IKVM.Reflection.Emit.MethodToken | ||
return | IKVM.Reflection.Emit.MethodToken |
public SetCustomAttribute ( ConstructorInfo con, byte binaryAttribute ) : void | ||
con | ConstructorInfo | |
binaryAttribute | byte | |
return | void |
public SetCustomAttribute ( CustomAttributeBuilder customBuilder ) : void | ||
customBuilder | CustomAttributeBuilder | |
return | void |
public SetImplementationFlags ( MethodImplAttributes attributes ) : void | ||
attributes | MethodImplAttributes | |
return | void |
public SetMethodBody ( byte il, int maxStack, byte localSignature, IEnumerable |
||
il | byte | |
maxStack | int | |
localSignature | byte | |
exceptionHandlers | IEnumerable |
|
tokenFixups | IEnumerable |
|
return | void |
public SetReturnType ( |
||
returnType | ||
return | void |
public SetSignature ( |
||
returnType | ||
returnTypeRequiredCustomModifiers | ||
returnTypeOptionalCustomModifiers | ||
parameterTypes | ||
parameterTypeRequiredCustomModifiers | ||
parameterTypeOptionalCustomModifiers | ||
return | void |
public __AddDeclarativeSecurity ( CustomAttributeBuilder customBuilder ) : void | ||
customBuilder | CustomAttributeBuilder | |
return | void |
public __AddUnmanagedExport ( string name, int ordinal ) : void | ||
name | string | |
ordinal | int | |
return | void |
public __SetAttributes ( MethodAttributes attributes ) : void | ||
attributes | MethodAttributes | |
return | void |
public __SetCallingConvention ( CallingConventions callingConvention ) : void | ||
callingConvention | CallingConventions | |
return | void |
public __SetSignature ( Type returnType, CustomModifiers returnTypeCustomModifiers, Type parameterTypes, CustomModifiers parameterTypeCustomModifiers ) : void | ||
returnType | Type | |
returnTypeCustomModifiers | CustomModifiers | |
parameterTypes | Type | |
parameterTypeCustomModifiers | CustomModifiers | |
return | void |