Class Commands.Debugging_Execution_QueryCLRCapabilities.NativeAssemblyDetails
- Namespace
- nanoFramework.Tools.Debugger.WireProtocol
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class Commands.Debugging_Execution_QueryCLRCapabilities.NativeAssemblyDetails
- Inheritance
-
Commands.Debugging_Execution_QueryCLRCapabilities.NativeAssemblyDetails
- Inherited Members
- Extension Methods
Constructors
NativeAssemblyDetails()
public NativeAssemblyDetails()
Fields
AssemblyVersion
public VersionStruct AssemblyVersion
Field Value
CheckSum
Checksum of the assembly.
public uint CheckSum
Field Value
Size
size of NativeAssemblyDetails struct (4 + 4 * 2 + 128 * 1)
public const int Size = 140
Field Value
Properties
Name
Name of the assembly.
public string Name { get; }