2#ifndef _file_version_info_h_
3#define _file_version_info_h_
6#include "system/string.h"
8namespace System {
namespace Diagnostics {
38 String m_original_filename;
68 int m_product_private;
Provides information on file version. Objects of this class should only be allocated using System::Ma...
Definition: file_version_info.h:15
static SharedPtr< System::Diagnostics::FileVersionInfo > GetVersionInfo(const String &fileName)
Gets file version info; not implemented.
String get_ProductVersion() const
Gets product version field.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9