Table of Contents

Class ProvidedCorePlatformCapabilities

Namespace
RDCore.SDK.Client
Assembly
RDCore.SDK.dll
public static class ProvidedCorePlatformCapabilities
Inheritance
ProvidedCorePlatformCapabilities
Inherited Members

Methods

Reflect(Assembly)

The names of the capability types the specified assembly declares it provides (e.g. "ParseFullDocument"). A flat list of names rather than the objects themselves, so it round-trips through the JSON-RPC serializer.

public static IReadOnlyList<string> Reflect(Assembly assembly)

Parameters

assembly Assembly

Returns

IReadOnlyList<string>