Method | Description | |
---|---|---|
GetMembers ( |
Gets the available members on the provided remote object.
|
|
GetMembers ( object value ) : ICollection |
Gets the available members defined on the provided object.
|
|
GetOverloads ( |
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 |
Method | Description | |
---|---|---|
DocumentationOperations ( Microsoft.Scripting.Runtime.DocumentationProvider provider ) : System |
public GetMembers ( |
||
value | ||
return | ICollection |
public GetMembers ( object value ) : ICollection |
||
value | object | |
return | ICollection |
public GetOverloads ( |
||
value | ||
return | ICollection |
public GetOverloads ( object value ) : ICollection |
||
value | object | |
return | ICollection |
public InitializeLifetimeService ( ) : object | ||
return | object |