Class DotNetFrameworkRuntime
Represents .NET Framework platform runtime
Inheritance
System.Object
DotNetFrameworkRuntime
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Azos.Platform.Abstraction.NetFramework
Assembly: Azos.Platform.NetFramework.dll
Syntax
public sealed class DotNetFrameworkRuntime : PALImplementation, IDisposable, IApplicationComponent, INamed
Constructors
DotNetFrameworkRuntime()
Declaration
public DotNetFrameworkRuntime()
Properties
FileSystem
Declaration
public override IPALFileSystem FileSystem { get; }
Property Value
Type | Description |
---|---|
IPALFileSystem |
Overrides
Graphics
Declaration
public override IPALGraphics Graphics { get; }
Property Value
Type | Description |
---|---|
IPALGraphics |
Overrides
IsNetCore
Declaration
public override bool IsNetCore { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
MachineInfo
Declaration
public override IPALMachineInfo MachineInfo { get; }
Property Value
Type | Description |
---|---|
IPALMachineInfo |
Overrides
Name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Implements
System.IDisposable