Class FrameworkInfo
A static class that provides read-only information about the framework.
Inheritance
System.Object
FrameworkInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Framework
Assembly: Juhta.Net.dll
Syntax
public static class FrameworkInfo
Properties
| Improve this Doc View SourceBinDirectory
Gets the directory of the framework binaries.
Declaration
public static string BinDirectory { get; }
Property Value
Type | Description |
---|---|
System.String |
Copyright
Gets the copyright of the framework.
Declaration
public static string Copyright { get; }
Property Value
Type | Description |
---|---|
System.String |
FrameworkName
Gets the name of the framework.
Declaration
public static string FrameworkName { get; }
Property Value
Type | Description |
---|---|
System.String |
RootNamespace
Gets the root namespace of the framework.
Declaration
public static string RootNamespace { get; }
Property Value
Type | Description |
---|---|
System.String |