C# Class AssemblyVersionName, Bricklayer

Inheritance: Attribute
Mostrar archivo Open project: Cyral/Bricklayer Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
AssemblyVersionName ( string name, string shortName ) : System
GetVersion ( ) : string

Method Details

AssemblyVersionName() public method

public AssemblyVersionName ( string name, string shortName ) : System
name string
shortName string
return System

GetVersion() public static method

public static GetVersion ( ) : string
return string

Property Details

Name public_oe property

public string Name
return string