Table of Contents

Class DescriptionHelper

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

Provides methods to get member's description.

public class DescriptionHelper
Inheritance
DescriptionHelper

Properties

CustomXMLDocPath

Gets a custom xml documentation path.

Enabled

Gets or sets a boolean value indicating whether DescriptionHelper should obtain descriptions from assemblies.

SystemAssemblyFolders

Represents directory information where system assembly stored.

Methods

GetAssemblies(Type)
GetDescription(MemberInfo)

Obtains description of the specified MemberInfo.

GetDescription(MemberInfo, string)
GetDescription(ParameterInfo)

Obtains description of the specified ParameterInfo.

GetDescription(string, Type, string, string, out string)
GetDescriptionInfo(Assembly)
GetParameterType(ParameterInfo)
GetParts(MemberInfo, out string, out string)
GetPriority(MemberInfo)

Obtains priority of the specified MemberInfo.

GetPriority(MemberInfo, string)
GetPriority(string, Type, string, string, out int)
LoadAssembly(Assembly)

Loads content of the specified assembly.

LoadAssembly(Assembly, Stream)

Loads content of the specified assembly.

LookupLocalizedXmlDoc(string)
UnloadAssembly(Assembly)

Removes the specified assembly from the assembly collection.