Property | Type | Description | |
---|---|---|---|
MethodData |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
ApplyAttributeBuilder ( |
||
ConditionalConditions ( ) : string[] |
Returns true if method has conditional attribute and the conditions is not defined (method is excluded).
|
|
CreateEmitContext ( |
||
Define ( ) : bool | ||
Emit ( ) : void | ||
PrepareEmit ( ) : void | ||
WriteDebugSymbol ( |
Method | Description | |
---|---|---|
CheckForDuplications ( ) : bool | ||
DoMemberTypeDependentChecks ( ) : void | ||
DoMemberTypeIndependentChecks ( ) : void | ||
Error_ConditionalAttributeIsNotValid ( ) : void | ||
MethodOrOperator ( |
public ApplyAttributeBuilder ( |
||
a | ||
ctor | ||
cdata | byte | |
pa | PredefinedAttributes | |
return | void |
public CreateEmitContext ( |
||
ig | ||
sourceMethod | ||
return | ICSharpCode.NRefactory.MonoCSharp.EmitContext |
protected DoMemberTypeDependentChecks ( ) : void | ||
return | void |
protected DoMemberTypeIndependentChecks ( ) : void | ||
return | void |
protected Error_ConditionalAttributeIsNotValid ( ) : void | ||
return | void |
protected MethodOrOperator ( |
||
parent | ||
type | FullNamedExpression | |
mod | Modifiers | |
allowed_mod | Modifiers | |
name | ||
attrs | Attributes | |
parameters | ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled | |
return | System |
public WriteDebugSymbol ( |
||
file | ||
return | void |