NamespaceManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)]
[System.Serializable]
public class NamespaceManager
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type NamespaceManager = class
Public Class NamespaceManager
Inheritance
Attributes
Constructors
Properties
Methods
AccessibleCallables()
AccessibleTypes()
AddOpenDirective(String, Range, String, QsNullable<Range>, String, String)
AddOrReplaceNamespace(Namespace)
Clear()
CopyForExtension(String, String)
CopyTo(NamespaceManager)
DefinedCallables()
DefinedSpecializations(QsQualifiedName)
DefinedTypes()
Documentation()
HeaderHash(String)
ImportedCallables()
ImportedSpecializations(QsQualifiedName)
ImportedTypes()
NamespaceExists(String)
NamespaceNames()
NamespacesContainingCallable(String)
NamespacesContainingType(String)
OpenDirectives(String)
RemoveSource(String)
ResolveAll(ImmutableHashSet<String>)
ResolveType(QsQualifiedName, ImmutableArray<String>, String, QsType)
TryGetCallable(QsQualifiedName, String, String)
TryGetType(QsQualifiedName, String, String)
TryResolveAndGetCallable(String, String, String)
TryResolveAndGetType(String, String, String)
TryResolveNamespaceAlias(String, String, String)
Extension Methods
DeclarationInfo(NamespaceManager, LocalDeclarations, String, String, QsSymbol, Boolean)
SymbolDeclaration(NamespaceManager, LocalDeclarations, String, String, QsSymbol)
TypeDeclaration(NamespaceManager, String, String, QsType)
TypeInfo(NamespaceManager, String, String, QsType, Boolean)
VariableDeclaration(NamespaceManager, LocalDeclarations, String, String, QsSymbol)
VariableInfo(NamespaceManager, LocalDeclarations, String, String, QsSymbol, Boolean)
Applies to