tokenizer.CodeGen : dylan.NET.Tokenizer.CodeGen Namespace

TypeItem Class

Documentation for this section has not yet been entered.

Syntax

public class TypeItem

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

Ctors List<CtorItem> . Documentation for this section has not yet been entered.
Fields List<FieldItem> . Documentation for this section has not yet been entered.
InhTyp Type . Documentation for this section has not yet been entered.
Interfaces List<Type> . Documentation for this section has not yet been entered.
Methods List<MethodItem> . Documentation for this section has not yet been entered.
Name string . Documentation for this section has not yet been entered.
TypeBldr System.Reflection.Emit.TypeBuilder . Documentation for this section has not yet been entered.

Public Methods

AddCtor (CtorItem)
Documentation for this section has not yet been entered.
AddField (FieldItem)
Documentation for this section has not yet been entered.
AddInterface (Type)
Documentation for this section has not yet been entered.
AddMethod (MethodItem)
Documentation for this section has not yet been entered.
GetCtor (Type[]) : System.Reflection.Emit.ConstructorBuilder
Documentation for this section has not yet been entered.
GetField (string) : System.Reflection.Emit.FieldBuilder
Documentation for this section has not yet been entered.
GetMethod (string, Type[]) : System.Reflection.Emit.MethodBuilder
Documentation for this section has not yet been entered.
override
ToString () : string
Documentation for this section has not yet been entered.

Member Details

TypeItem Constructor

Documentation for this section has not yet been entered.

Syntax

public TypeItem ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

TypeItem Constructor

Documentation for this section has not yet been entered.

Syntax

public TypeItem (string nme, System.Reflection.Emit.TypeBuilder bld)

Parameters

nme
Documentation for this section has not yet been entered.
bld
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddCtor Method

Documentation for this section has not yet been entered.

Syntax

public void AddCtor (CtorItem c)

Parameters

c
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddField Method

Documentation for this section has not yet been entered.

Syntax

public void AddField (FieldItem f)

Parameters

f
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddInterface Method

Documentation for this section has not yet been entered.

Syntax

public void AddInterface (Type i)

Parameters

i
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddMethod Method

Documentation for this section has not yet been entered.

Syntax

public void AddMethod (MethodItem m)

Parameters

m
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

Ctors Field

Documentation for this section has not yet been entered.

Syntax

public List<CtorItem> Ctors

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

Fields Field

Documentation for this section has not yet been entered.

Syntax

public List<FieldItem> Fields

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

GetCtor Method

Documentation for this section has not yet been entered.

Syntax

Parameters

paramst
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

GetField Method

Documentation for this section has not yet been entered.

Syntax

Parameters

nam
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

GetMethod Method

Documentation for this section has not yet been entered.

Syntax

public System.Reflection.Emit.MethodBuilder GetMethod (string nam, Type[] paramst)

Parameters

nam
Documentation for this section has not yet been entered.
paramst
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

InhTyp Field

Documentation for this section has not yet been entered.

Syntax

public Type InhTyp

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

Interfaces Field

Documentation for this section has not yet been entered.

Syntax

public List<Type> Interfaces

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

Methods Field

Documentation for this section has not yet been entered.

Syntax

public List<MethodItem> Methods

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

Name Field

Documentation for this section has not yet been entered.

Syntax

public string Name

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ToString Method

Documentation for this section has not yet been entered.

Syntax

public override string ToString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

TypeBldr Field

Documentation for this section has not yet been entered.

Syntax

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6