CommandTransport.SetFileInfo Method (Compact 7)

3/12/2014

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

'Declaration
Public Function SetFileInfo ( _
    deviceFile As String, _
    fileInfo As FILEINFO _
) As Boolean
public bool SetFileInfo (
    string deviceFile,
    FILEINFO fileInfo
)
public:
bool SetFileInfo (
    String^ deviceFile, 
    FILEINFO fileInfo
)
public boolean SetFileInfo (
    String deviceFile, 
    FILEINFO fileInfo
)
public function SetFileInfo (
    deviceFile : String, 
    fileInfo : FILEINFO
) : boolean

Parameters

  • deviceFile
  • fileInfo

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

CommandTransport Class
CommandTransport Members
Microsoft.RemoteToolSdk.PluginComponents Namespace