dnr : dylan.NET.Reflection Namespace

Loader Class

Documentation for this section has not yet been entered.

Syntax

public class Loader

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

Members

See Also: Inherited members from object.

Public Constructors

Loader ()
Documentation for this section has not yet been entered.

Public Fields

static
EnumLitFlag bool . Documentation for this section has not yet been entered.
static
EnumLitTyp Type . Documentation for this section has not yet been entered.
static
FldLitFlag bool . Documentation for this section has not yet been entered.
static
FldLitTyp Type . Documentation for this section has not yet been entered.
static
FldLitVal object . Documentation for this section has not yet been entered.
static
MakeArr bool . Documentation for this section has not yet been entered.
static
MakeRef bool . Documentation for this section has not yet been entered.
static
MemberTyp Type . Documentation for this section has not yet been entered.

Public Methods

static
addelemmtdinfo (System.Reflection.MethodInfo[], System.Reflection.MethodInfo) : System.Reflection.MethodInfo[]
Documentation for this section has not yet been entered.
static
CompareParamsToTyps (System.Reflection.ParameterInfo[], Type[]) : bool
Documentation for this section has not yet been entered.
static
GetDelegateInvokeParams (Type) : Type[]
Documentation for this section has not yet been entered.
static
LoadBinOp (Type, string, Type, Type) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
static
LoadClass (string) : Type
Documentation for this section has not yet been entered.
static
LoadConvOp (Type, string, Type, Type) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
static
LoadCtor (Type, Type[]) : System.Reflection.ConstructorInfo
Documentation for this section has not yet been entered.
static
LoadField (Type, string) : System.Reflection.FieldInfo
Documentation for this section has not yet been entered.
static
LoadMethod (Type, string, Type[]) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
static
LoadMethodWithoutParams (Type, string) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
static
LoadSpecMtds (Type) : System.Reflection.MethodInfo[]
Documentation for this section has not yet been entered.
static
ParamsToTyps (System.Reflection.ParameterInfo[]) : Type[]
Documentation for this section has not yet been entered.
static
ProcessType (Type) : Type
Documentation for this section has not yet been entered.

Member Details

Loader Constructor

Documentation for this section has not yet been entered.

Syntax

public Loader ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

addelemmtdinfo Method

Documentation for this section has not yet been entered.

Syntax

Parameters

srcarr
Documentation for this section has not yet been entered.
eltoadd
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

CompareParamsToTyps Method

Documentation for this section has not yet been entered.

Syntax

public static bool CompareParamsToTyps (System.Reflection.ParameterInfo[] t1, Type[] t2)

Parameters

t1
Documentation for this section has not yet been entered.
t2
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

EnumLitFlag Field

Documentation for this section has not yet been entered.

Syntax

public static bool EnumLitFlag

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

EnumLitTyp Field

Documentation for this section has not yet been entered.

Syntax

public static Type EnumLitTyp

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

FldLitFlag Field

Documentation for this section has not yet been entered.

Syntax

public static bool FldLitFlag

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

FldLitTyp Field

Documentation for this section has not yet been entered.

Syntax

public static Type FldLitTyp

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

FldLitVal Field

Documentation for this section has not yet been entered.

Syntax

public static object FldLitVal

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

GetDelegateInvokeParams Method

Documentation for this section has not yet been entered.

Syntax

public static Type[] GetDelegateInvokeParams (Type typ)

Parameters

typ
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.8.1

LoadBinOp Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.MethodInfo LoadBinOp (Type typ, string name, Type typa, Type typb)

Parameters

typ
Documentation for this section has not yet been entered.
name
Documentation for this section has not yet been entered.
typa
Documentation for this section has not yet been entered.
typb
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

LoadClass Method

Documentation for this section has not yet been entered.

Syntax

public static Type LoadClass (string name)

Parameters

name
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

LoadConvOp Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.MethodInfo LoadConvOp (Type typ, string name, Type src, Type snk)

Parameters

typ
Documentation for this section has not yet been entered.
name
Documentation for this section has not yet been entered.
src
Documentation for this section has not yet been entered.
snk
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

LoadCtor Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.ConstructorInfo LoadCtor (Type typ, Type[] typs)

Parameters

typ
Documentation for this section has not yet been entered.
typs
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

LoadField Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.FieldInfo LoadField (Type typ, string name)

Parameters

typ
Documentation for this section has not yet been entered.
name
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

LoadMethod Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.MethodInfo LoadMethod (Type typ, string name, Type[] typs)

Parameters

typ
Documentation for this section has not yet been entered.
name
Documentation for this section has not yet been entered.
typs
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

LoadMethodWithoutParams Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.MethodInfo LoadMethodWithoutParams (Type typ, string name)

Parameters

typ
Documentation for this section has not yet been entered.
name
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.8.1

LoadSpecMtds Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.MethodInfo[] LoadSpecMtds (Type typ)

Parameters

typ
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

MakeArr Field

Documentation for this section has not yet been entered.

Syntax

public static bool MakeArr

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

MakeRef Field

Documentation for this section has not yet been entered.

Syntax

public static bool MakeRef

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

MemberTyp Field

Documentation for this section has not yet been entered.

Syntax

public static Type MemberTyp

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

ParamsToTyps Method

Documentation for this section has not yet been entered.

Syntax

public static Type[] ParamsToTyps (System.Reflection.ParameterInfo[] 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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.8.1

ProcessType Method

Documentation for this section has not yet been entered.

Syntax

public static Type ProcessType (Type typ)

Parameters

typ
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.Reflection
Assembly: dnr (in dnr.dll)
Assembly Versions: 11.2.7.3, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1