Show / Hide Table of Contents

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 Source

BinDirectory

Gets the directory of the framework binaries.

Declaration
public static string BinDirectory { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Copyright

Gets the copyright of the framework.

Declaration
public static string Copyright { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FrameworkName

Gets the name of the framework.

Declaration
public static string FrameworkName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RootNamespace

Gets the root namespace of the framework.

Declaration
public static string RootNamespace { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX