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

TypeList Class

Documentation for this section has not yet been entered.

Syntax

public class TypeList

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.

Public Fields

Types List<TypeItem> . Documentation for this section has not yet been entered.

Public Methods

AddType (TypeItem)
Documentation for this section has not yet been entered.
GetCtor (Type, Type[]) : System.Reflection.Emit.ConstructorBuilder
Documentation for this section has not yet been entered.
GetField (Type, string) : System.Reflection.Emit.FieldBuilder
Documentation for this section has not yet been entered.
GetMethod (Type, string, Type[]) : System.Reflection.Emit.MethodBuilder
Documentation for this section has not yet been entered.
GetType (string) : Type
Documentation for this section has not yet been entered.
GetTypeItem (string) : TypeItem
Documentation for this section has not yet been entered.
GetTypeItem (Type) : TypeItem
Documentation for this section has not yet been entered.

Member Details

TypeList Constructor

Documentation for this section has not yet been entered.

Syntax

public TypeList ()

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

AddType Method

Documentation for this section has not yet been entered.

Syntax

public void AddType (TypeItem t)

Parameters

t
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

GetCtor Method

Documentation for this section has not yet been entered.

Syntax

Parameters

t
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

GetField Method

Documentation for this section has not yet been entered.

Syntax

Parameters

t
Documentation for this section has not yet been entered.
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 (Type t, string nam, Type[] paramst)

Parameters

t
Documentation for this section has not yet been entered.
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

GetType Method

Documentation for this section has not yet been entered.

Syntax

public Type GetType (string nam)

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

GetTypeItem Method

Documentation for this section has not yet been entered.

Syntax

public TypeItem GetTypeItem (string nam)

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

GetTypeItem Method

Documentation for this section has not yet been entered.

Syntax

public TypeItem GetTypeItem (Type t)

Parameters

t
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

Types Field

Documentation for this section has not yet been entered.

Syntax

public List<TypeItem> Types

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