Class DescriptionHelper
- Namespace
- Alternet.Syntax.Parsers.Python.SemanticModel
- Assembly
- Alternet.Syntax.Parsers.Advanced.Python.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
- GetDescription(MemberInfo)
Obtains description of the specified MemberInfo.
- GetDescription(ParameterInfo)
Obtains description of the specified ParameterInfo.
- GetPriority(MemberInfo)
Obtains priority of the specified MemberInfo.
- LoadAssembly(Assembly)
Loads content of the specified assembly.
- LoadAssembly(Assembly, Stream)
Loads content of the specified assembly.
- UnloadAssembly(Assembly)
Removes the specified assembly from the assembly collection.