CompilerServices.IProvidedNamespace 介面 (F#)
表示產生的型別命名空間提供者。
命名空間/模組路徑:Microsoft.FSharp.Core.CompilerServices
組件:FSharp.Core (在 FSharp.Core.dll 中)
type IProvidedNamespace =
interface
abstract this.GetNestedNamespaces : unit -> IProvidedNamespace []
abstract this.GetTypes : unit -> Type []
abstract this.ResolveTypeName : string -> Type
abstract this.NamespaceName : string
end
執行個體成員
成員 |
描述 |
---|---|
GetNestedNamespaces :單元> - IProvidedNamespace [in] |
此命名空間中的子命名空間。 選擇性的成員,用於避免產生命名空間,直到探索外部的命名空間為止。 |
GetTypes :單元> - T:System.Type [in] |
最上層型別。 |
提供者插入型別的命名空間名稱。 |
|
ResolveTypeName : 字串 - > T:System.Type |
編譯器會呼叫這個方法查詢型別的一種提供者。 |
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:4.0,可攜式執行檔 (PE)。