C# Класс Microsoft.Scripting.Hosting.DocumentationOperations

Provides documentation against live objects for use in a REPL window.
Наследование: System.Object
Показать файл Открыть проект

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

Метод Описание
GetMembers ( ObjectHandle value ) : ICollection

Gets the available members on the provided remote object.

GetMembers ( object value ) : ICollection

Gets the available members defined on the provided object.

GetOverloads ( ObjectHandle value ) : ICollection

Gets the overloads available for the provided remote object if it is invokable.

GetOverloads ( object value ) : ICollection

Gets the overloads available for the provided object if it is invokable.

InitializeLifetimeService ( ) : object

Приватные методы

Метод Описание
DocumentationOperations ( Microsoft.Scripting.Runtime.DocumentationProvider provider ) : System

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

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

Gets the available members on the provided remote object.
public GetMembers ( ObjectHandle value ) : ICollection
value System.Runtime.Remoting.ObjectHandle
Результат ICollection

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

Gets the available members defined on the provided object.
public GetMembers ( object value ) : ICollection
value object
Результат ICollection

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

Gets the overloads available for the provided remote object if it is invokable.
public GetOverloads ( ObjectHandle value ) : ICollection
value System.Runtime.Remoting.ObjectHandle
Результат ICollection

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

Gets the overloads available for the provided object if it is invokable.
public GetOverloads ( object value ) : ICollection
value object
Результат ICollection

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

public InitializeLifetimeService ( ) : object
Результат object