Share via


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

See Also

Reference

VSTypeResolutionHelperService Class

Microsoft.VisualStudio.Shell.Design Namespace