C# Class Microsoft.Scripting.Hosting.DocumentationOperations

Provides documentation against live objects for use in a REPL window.
Inheritance: System.Object
Mostra file Open project: jschementi/iron

Public Methods

Method Description
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

Private Methods

Method Description
DocumentationOperations ( Microsoft.Scripting.Runtime.DocumentationProvider provider ) : System

Method Details

GetMembers() public method

Gets the available members on the provided remote object.
public GetMembers ( ObjectHandle value ) : ICollection
value System.Runtime.Remoting.ObjectHandle
return ICollection

GetMembers() public method

Gets the available members defined on the provided object.
public GetMembers ( object value ) : ICollection
value object
return ICollection

GetOverloads() public method

Gets the overloads available for the provided remote object if it is invokable.
public GetOverloads ( ObjectHandle value ) : ICollection
value System.Runtime.Remoting.ObjectHandle
return ICollection

GetOverloads() public method

Gets the overloads available for the provided object if it is invokable.
public GetOverloads ( object value ) : ICollection
value object
return ICollection

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object