Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Function ShouldLoadAssemblyToFindType ( _
    typeName As String, _
    fileName As String, _
    ignoreCase As Boolean _
) As Boolean
public bool ShouldLoadAssemblyToFindType(
    string typeName,
    string fileName,
    bool ignoreCase
)
public:
bool ShouldLoadAssemblyToFindType(
    String^ typeName, 
    String^ fileName, 
    bool ignoreCase
)
member ShouldLoadAssemblyToFindType : 
        typeName:string * 
        fileName:string * 
        ignoreCase:bool -> bool
public function ShouldLoadAssemblyToFindType(
    typeName : String, 
    fileName : String, 
    ignoreCase : boolean
) : boolean
Parameters
- typeName
 Type: String
- fileName
 Type: String
- ignoreCase
 Type: Boolean
Return Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.