WstFileInfo Constructor

[This is internal Microsoft documentation - Do not distribute.]

Initializes a new instance of the WstFileInfo class on the specified path/context.

Namespace: Microsoft.Webstore.WstClient
Assembly: ICL (in icl.dll)

Syntax

'Declaration

  Public Sub New ( _
    context As WstContext, _
    path As String _
)
  public WstFileInfo (
    WstContext context,
    string path
)

Parameters

  • context
    The Webstore context for this operation.
  • path
    A string specifying the path on which to create the WstFileInfo.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

WstFileInfo Class
WstFileInfo Members
Microsoft.Webstore.WstClient Namespace