Class NetCore20Runtime
Represents NET Core 2.0 Runtime
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)
Namespace: Azos.Platform.Abstraction.NetCore
Assembly: Azos.Platform.NetCore20.dll
Syntax
public sealed class NetCore20Runtime : PALImplementation, IDisposable, IApplicationComponent, INamed
Constructors
NetCore20Runtime()
Declaration
public NetCore20Runtime()
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