Interface INanoFrameworkDeviceInfo
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public interface INanoFrameworkDeviceInfo
- Extension Methods
-
Properties
AppDomains
IAppDomainInfo[] AppDomains { get; }
Property Value
- IAppDomainInfo[]
IAssemblyInfo[] Assemblies { get; }
Property Value
- IAssemblyInfo[]
string ClrBuildInfo { get; }
Property Value
- string
Version ClrBuildVersion { get; }
Property Value
- Version
string HalBuildInfo { get; }
Property Value
- string
Version HalBuildVersion { get; }
Property Value
- Version
Property Value
- byte
string ModuleSerialNumber { get; }
Property Value
- string
List<CLRCapabilities.NativeAssemblyProperties> NativeAssemblies { get; }
Property Value
- List<CLRCapabilities.NativeAssemblyProperties>
Property Value
- byte
Property Value
- string
byte PlatformCapabilities { get; }
Property Value
- byte
Property Value
- ushort
string SolutionBuildInfo { get; }
Property Value
- string
Version SolutionBuildVersion { get; }
Property Value
- Version
string SystemSerialNumber { get; }
Property Value
- string
byte TargetCapabilities { get; }
Property Value
- byte
Version TargetFrameworkVersion { get; }
Property Value
- Version
string TargetName { get; }
Property Value
- string
Property Value
- bool