VSTypeResolutionHelperService.ShouldLoadAssemblyToFindType Method
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.
public:
bool ShouldLoadAssemblyToFindType(System::String ^ typeName, System::String ^ fileName, bool ignoreCase);
public:
bool ShouldLoadAssemblyToFindType(Platform::String ^ typeName, Platform::String ^ fileName, bool ignoreCase);
bool ShouldLoadAssemblyToFindType(std::wstring const & typeName, std::wstring const & fileName, bool ignoreCase);
public bool ShouldLoadAssemblyToFindType (string typeName, string fileName, bool ignoreCase);
member this.ShouldLoadAssemblyToFindType : string * string * bool -> bool
Public Function ShouldLoadAssemblyToFindType (typeName As String, fileName As String, ignoreCase As Boolean) As Boolean
Parameters
- typeName
- String
- fileName
- String
- ignoreCase
- Boolean