Bagikan melalui


IProvidedNamespace.ResolveTypeName Method (F#)

Compilers call this method to query a type provider for a type name.

Namespace/Module Path: Microsoft.FSharp.Core.CompilerServices

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
abstract this.ResolveTypeName : string -> Type

// Usage:
iProvidedNamespace.ResolveTypeName (typeName)

Parameters

Remarks

Resolver should return a type called name in namespace NamespaceName or null if the type is unknown.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 4.0, Portable

See Also

Reference

CompilerServices.IProvidedNamespace Interface (F#)