ProductInfo.GetFileInfo Method (String)
Populates the ProductInfo with a specified file.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void GetFileInfo(
string pathToFile
)
public:
void GetFileInfo(
String^ pathToFile
)
Public Sub GetFileInfo (
pathToFile As String
)
Parameters
pathToFile
Type: System.StringPath to an existing file.
See Also
ProductInfo Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top