2#ifndef _system_reflection_assembly_name_h_
3#define _system_reflection_assembly_name_h_
5#include "system/object.h"
6#include "system/string.h"
7#include "system/version.h"
9namespace System{
namespace Reflection{
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Defines assembly name. Objects of this class should only be allocated using System::MakeObject() func...
Definition: assembly_name.h:16
void set_Name(const String &name)
Sets assembly name.
AssemblyName(const String &name)
Constructor.
void set_Version(const Version &version)
Sets assembly version.
String get_Name()
Gets assembly name.
AssemblyName(const String &name, const Version &version)
Constructor.
Version get_Version()
Gets assembly version.
AssemblyName()
Constructor.
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Represents a version number. This type should be allocated on stack and passed to functions by value ...
Definition: version.h:15
Definition: db_command.h:9