C# Класс Mirror.StaticMirror

Наследование: MirrorObject
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
numBuiltInMethods int

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

Метод Описание
GetAllTypes ( Core core ) : IEnumerable

Get all types except for internal VM types

GetBuiltInMethods ( Core core ) : IEnumerable

List of built-in methods that are preloaded by default

GetClasses ( Core core ) : IEnumerable

Get all reference type classes imported in the VM except for internal and placeholder types

GetGlobals ( Core core ) : IEnumerable

Get all methods and properties for all classes

GetOverloadsOnBuiltIns ( Core core, string methodName ) : IEnumerable

Returns list of overloads (one or more) for a given built-in method

ToString ( ) : string

Защищенные методы

Метод Описание
StaticMirror ( ) : System
StaticMirror ( ProtoCore core, string name = "" ) : System

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

GetAllTypes() публичный статический Метод

Get all types except for internal VM types
public static GetAllTypes ( Core core ) : IEnumerable
core Core
Результат IEnumerable

GetBuiltInMethods() публичный статический Метод

List of built-in methods that are preloaded by default
public static GetBuiltInMethods ( Core core ) : IEnumerable
core Core
Результат IEnumerable

GetClasses() публичный статический Метод

Get all reference type classes imported in the VM except for internal and placeholder types
public static GetClasses ( Core core ) : IEnumerable
core Core
Результат IEnumerable

GetGlobals() публичный статический Метод

Get all methods and properties for all classes
public static GetGlobals ( Core core ) : IEnumerable
core Core
Результат IEnumerable

GetOverloadsOnBuiltIns() публичный статический Метод

Returns list of overloads (one or more) for a given built-in method
public static GetOverloadsOnBuiltIns ( Core core, string methodName ) : IEnumerable
core Core
methodName string
Результат IEnumerable

StaticMirror() защищенный Метод

protected StaticMirror ( ) : System
Результат System

StaticMirror() защищенный Метод

protected StaticMirror ( ProtoCore core, string name = "" ) : System
core ProtoCore
name string
Результат System

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

public ToString ( ) : string
Результат string

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

numBuiltInMethods защищенное статическое свойство

protected static int numBuiltInMethods
Результат int