C# Класс CSE.Exps.MethResSettings

Used in overloaded and overwritten method resolution
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Args CSE.Exps.CseObject[]
Env object
IsExtInvocation bool
Name string

Открытые методы

Метод Описание
MethResSettings ( object env, string name, CseObject args, bool isExtInvocation )

Constructor for MethResSettings objects

Описание методов

MethResSettings() публичный Метод

Constructor for MethResSettings objects
public MethResSettings ( object env, string name, CseObject args, bool isExtInvocation )
env object The environment to use
name string The name of the method
args CseObject Arguments to pass to the method
isExtInvocation bool True if this is an extended invocation, false otherwise

Описание свойств

Args публичное свойство

The list of arguments for the method
public CseObject[],CSE.Exps Args
Результат CSE.Exps.CseObject[]

Env публичное свойство

The parent environment in which this object exists
public object Env
Результат object

IsExtInvocation публичное свойство

Whether or not this is an extended invocation
public bool IsExtInvocation
Результат bool

Name публичное свойство

The name of this particular method
public string Name
Результат string