Click or drag to resize

IGHARemoteClassDescriptor Interface

Provides GHA Class information

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
public interface IGHARemoteClassDescriptor

The IGHARemoteClassDescriptor type exposes the following members.

Properties
  NameDescription
Public propertyBaseType
Base type of the class
Public propertyFullName
Fuly qualified domain name of the class
Public propertyIsAbstract
True if the class is tagged as abstract
Public propertyName
Simple name of the class
Public propertyNamespace
Namespace containing the class
Top
See Also