Property | Type | Description | |
---|---|---|---|
DefaultCharSet | CharSet? | ||
DefaultCharSetType | TypeAttributes | ||
OperatorsBinaryEqualityLifted | Binary.PredefinedOperator[] | ||
OperatorsBinaryLifted | Binary.PredefinedOperator[] |
Property | Type | Description | |
---|---|---|---|
GenerateDocComment | void |
Method | Description | |
---|---|---|
Accept ( Mono.CSharp.StructuralVisitor visitor ) : void | ||
AddAnonymousType ( |
||
AddAttribute ( Attribute attr, IMemberContext context ) : void | ||
AddTypeContainer ( |
||
ApplyAttributeBuilder ( Attribute a, |
||
CloseContainer ( ) : void | ||
Create ( Mono.CSharp.AssemblyDefinition assembly, |
||
CreateBuilder ( string name, TypeAttributes attr, int typeSize ) : TypeBuilder | ||
CreatePatterMatchingHelper ( ) : PatternMatchingHelper | ||
CreateRootNamespace ( string alias ) : |
||
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 ) : Mono.CSharp.Binary.PredefinedOperator[] | ||
GetRootNamespace ( string name ) : |
||
GetSignatureForError ( ) : string | ||
InitializePredefinedTypes ( ) : void | ||
IsClsComplianceRequired ( ) : bool | ||
LoadGetResourceStrings ( string fileName ) : void | ||
MakeStaticData ( byte data, Location loc ) : FieldSpec | ||
ModuleContainer ( CompilerContext context ) : System | ||
ResolveAssemblyAttribute ( PredefinedAttribute a_type ) : Attribute | ||
SetDeclaringAssembly ( AssemblyDefinition assembly ) : void |
Method | Description | |
---|---|---|
GenerateDocComment ( Mono.CSharp.DocumentationBuilder builder ) : void |
public Accept ( Mono.CSharp.StructuralVisitor visitor ) : void | ||
visitor | Mono.CSharp.StructuralVisitor | |
return | void |
public AddAnonymousType ( |
||
type | ||
return | void |
public AddAttribute ( Attribute attr, IMemberContext context ) : void | ||
attr | Attribute | |
context | IMemberContext | |
return | void |
public AddTypeContainer ( |
||
tc | ||
return | void |
public ApplyAttributeBuilder ( Attribute a, |
||
a | Attribute | |
ctor | ||
cdata | byte | |
pa | Mono.CSharp.PredefinedAttributes | |
return | void |
public Create ( Mono.CSharp.AssemblyDefinition assembly, |
||
assembly | Mono.CSharp.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 ) : |
||
alias | string | |
return |
public GetAnonymousType ( IList |
||
parameters | IList |
|
return |
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 ) : Mono.CSharp.Binary.PredefinedOperator[] | ||
enumType | System.TypeSpec | |
nullable | bool | |
return | Mono.CSharp.Binary.PredefinedOperator[] |
public GetRootNamespace ( string name ) : |
||
name | string | |
return |
public LoadGetResourceStrings ( string fileName ) : void | ||
fileName | string | |
return | void |
public MakeStaticData ( byte data, Location loc ) : FieldSpec | ||
data | byte | |
loc | Location | |
return | FieldSpec |
public ModuleContainer ( CompilerContext context ) : System | ||
context | CompilerContext | |
return | System |
public ResolveAssemblyAttribute ( PredefinedAttribute a_type ) : Attribute | ||
a_type | PredefinedAttribute | |
return | Attribute |
public SetDeclaringAssembly ( AssemblyDefinition assembly ) : void | ||
assembly | AssemblyDefinition | |
return | void |
public TypeAttributes DefaultCharSetType | ||
return | TypeAttributes |
public Binary.PredefinedOperator[] OperatorsBinaryEqualityLifted | ||
return | Binary.PredefinedOperator[] |