VSTypeResolutionHelperService.FlushAssembly Method
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Sub FlushAssembly ( _
fileName As String _
)
public void FlushAssembly(
string fileName
)
public:
void FlushAssembly(
String^ fileName
)
member FlushAssembly :
fileName:string -> unit
public function FlushAssembly(
fileName : String
)
Parameters
- fileName
Type: String
.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.