Property | Type | Description | |
---|---|---|---|
DefaultCharSet | CharSet? | ||
DefaultCharSetType | TypeAttributes | ||
OperatorsBinaryEqualityLifted | Binary.PredefinedOperator[] | ||
OperatorsBinaryLifted | Binary.PredefinedOperator[] |
Property | Type | Description | |
---|---|---|---|
GenerateDocComment | void |
Method | Description | |
---|---|---|
Accept ( |
||
AddAnonymousType ( ICSharpCode.NRefactory.MonoCSharp.AnonymousTypeClass type ) : void | ||
AddAttribute ( |
||
AddTypeContainer ( |
||
ApplyAttributeBuilder ( |
||
CloseContainer ( ) : void | ||
Create ( AssemblyDefinition assembly, |
||
CreateBuilder ( string name, TypeAttributes attr, int typeSize ) : TypeBuilder | ||
CreatePatterMatchingHelper ( ) : PatternMatchingHelper | ||
CreateRootNamespace ( string alias ) : ICSharpCode.NRefactory.MonoCSharp.RootNamespace | ||
Define ( ) : bool | ||
DefineContainer ( ) : bool | ||
EmitContainer ( ) : void | ||
EnableRedefinition ( ) : void | ||
GetAnonymousType ( IList |
||
GetAwaiter ( System.TypeSpec type ) : AwaiterDefinition | ||
GetCompletionStartingWith ( string prefix, List |
||
GetPredefinedEnumAritmeticOperators ( System.TypeSpec enumType, bool nullable ) : Binary.PredefinedOperator[] | ||
GetRootNamespace ( string name ) : ICSharpCode.NRefactory.MonoCSharp.RootNamespace | ||
GetSignatureForError ( ) : string | ||
InitializePredefinedTypes ( ) : void | ||
IsClsComplianceRequired ( ) : bool | ||
MakeStaticData ( byte data, Location loc ) : ICSharpCode.NRefactory.MonoCSharp.FieldSpec | ||
ModuleContainer ( ICSharpCode.NRefactory.MonoCSharp.CompilerContext context ) : System | ||
ResolveAssemblyAttribute ( PredefinedAttribute a_type ) : |
||
SetDeclaringAssembly ( AssemblyDefinition assembly ) : void |
Method | Description | |
---|---|---|
GenerateDocComment ( ICSharpCode.NRefactory.MonoCSharp.DocumentationBuilder builder ) : void |
public Accept ( |
||
visitor | ||
return | void |
public AddAnonymousType ( ICSharpCode.NRefactory.MonoCSharp.AnonymousTypeClass type ) : void | ||
type | ICSharpCode.NRefactory.MonoCSharp.AnonymousTypeClass | |
return | void |
public AddAttribute ( |
||
attr | ||
context | IMemberContext | |
return | void |
public AddTypeContainer ( |
||
tc | ||
return | void |
public ApplyAttributeBuilder ( |
||
a | ||
ctor | ||
cdata | byte | |
pa | PredefinedAttributes | |
return | void |
public Create ( AssemblyDefinition assembly, |
||
assembly | AssemblyDefinition | |
moduleBuilder | ||
return | void |
public CreateBuilder ( string name, TypeAttributes attr, int typeSize ) : TypeBuilder | ||
name | string | |
attr | TypeAttributes | |
typeSize | int | |
return | TypeBuilder |
public CreatePatterMatchingHelper ( ) : PatternMatchingHelper | ||
return | PatternMatchingHelper |
public CreateRootNamespace ( string alias ) : ICSharpCode.NRefactory.MonoCSharp.RootNamespace | ||
alias | string | |
return | ICSharpCode.NRefactory.MonoCSharp.RootNamespace |
public GetAnonymousType ( IList |
||
parameters | IList |
|
return | ICSharpCode.NRefactory.MonoCSharp.AnonymousTypeClass |
public GetAwaiter ( System.TypeSpec type ) : AwaiterDefinition | ||
type | System.TypeSpec | |
return | AwaiterDefinition |
public GetCompletionStartingWith ( string prefix, List |
||
prefix | string | |
results | List |
|
return | void |
public GetPredefinedEnumAritmeticOperators ( System.TypeSpec enumType, bool nullable ) : Binary.PredefinedOperator[] | ||
enumType | System.TypeSpec | |
nullable | bool | |
return | Binary.PredefinedOperator[] |
public GetRootNamespace ( string name ) : ICSharpCode.NRefactory.MonoCSharp.RootNamespace | ||
name | string | |
return | ICSharpCode.NRefactory.MonoCSharp.RootNamespace |
public MakeStaticData ( byte data, Location loc ) : ICSharpCode.NRefactory.MonoCSharp.FieldSpec | ||
data | byte | |
loc | Location | |
return | ICSharpCode.NRefactory.MonoCSharp.FieldSpec |
public ModuleContainer ( ICSharpCode.NRefactory.MonoCSharp.CompilerContext context ) : System | ||
context | ICSharpCode.NRefactory.MonoCSharp.CompilerContext | |
return | System |
public ResolveAssemblyAttribute ( PredefinedAttribute a_type ) : |
||
a_type | PredefinedAttribute | |
return |
public SetDeclaringAssembly ( AssemblyDefinition assembly ) : void | ||
assembly | AssemblyDefinition | |
return | void |
public TypeAttributes DefaultCharSetType | ||
return | TypeAttributes |
public Binary.PredefinedOperator[] OperatorsBinaryEqualityLifted | ||
return | Binary.PredefinedOperator[] |