VSTypeResolutionHelperService.ShouldLoadAssemblyToFindType Method
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣告
Public Function ShouldLoadAssemblyToFindType ( _
typeName As String, _
fileName As String, _
ignoreCase As Boolean _
) As Boolean
public bool ShouldLoadAssemblyToFindType(
string typeName,
string fileName,
bool ignoreCase
)
Parameters
- typeName
Type: System.String
- fileName
Type: System.String
- ignoreCase
Type: System.Boolean
Return Value
Type: System.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.