Property | Type | Description | |
---|---|---|---|
InvokeMethodName | string |
Method | Description | |
---|---|---|
ApplyAttributeBuilder ( Attribute a, |
||
DefineConstants ( ) : void | ||
Delegate ( |
||
EmitType ( ) : void | ||
FullDelegateDesc ( |
||
GetConstructor ( |
||
GetInvokeMethod ( |
||
GetParameters ( |
||
IsTypeCovariant ( Mono.CSharp.Expression a, System.TypeSpec b ) : bool |
Method | Description | |
---|---|---|
DoDefineMembers ( ) : bool | ||
ResolveBaseTypes ( Mono.CSharp.TypeExpr &base_class ) : Mono.CSharp.TypeExpr[] | ||
VerifyClsCompliance ( ) : bool |
Method | Description | |
---|---|---|
DefineAsyncMethods ( CallingConventions cc ) : void |
public ApplyAttributeBuilder ( Attribute a, |
||
a | Attribute | |
ctor | ||
cdata | byte | |
pa | Mono.CSharp.PredefinedAttributes | |
return | void |
public Delegate ( |
||
ns | ||
parent | ||
type | Mono.CSharp.FullNamedExpression | |
mod_flags | Mono.CSharp.Modifiers | |
name | ||
param_list | ||
attrs | Mono.CSharp.Attributes | |
return | System |
public static FullDelegateDesc ( |
||
invoke_method | ||
return | string |
public static GetConstructor ( |
||
ctx | ||
container_type | System.TypeSpec | |
delType | System.TypeSpec | |
return |
public static GetInvokeMethod ( |
||
ctx | ||
delType | System.TypeSpec | |
return |
public static GetParameters ( |
||
ctx | ||
delType | System.TypeSpec | |
return |
public static IsTypeCovariant ( Mono.CSharp.Expression a, System.TypeSpec b ) : bool | ||
a | Mono.CSharp.Expression | |
b | System.TypeSpec | |
return | bool |
protected ResolveBaseTypes ( Mono.CSharp.TypeExpr &base_class ) : Mono.CSharp.TypeExpr[] | ||
base_class | Mono.CSharp.TypeExpr | |
return | Mono.CSharp.TypeExpr[] |