Interface IRuntimeInsights
Assembly: Coree.NETStandard.dll
Syntax
public interface IRuntimeInsights
Properties
|
Edit this page
View Source
CallingAssemblyName
Declaration
string? CallingAssemblyName { get; }
Property Value
|
Edit this page
View Source
CurrentDirectory
Declaration
string? CurrentDirectory { get; }
Property Value
|
Edit this page
View Source
CurrentProcessMainModuleFilename
Declaration
string? CurrentProcessMainModuleFilename { get; }
Property Value
|
Edit this page
View Source
CurrentProcessMainModuleName
Declaration
string? CurrentProcessMainModuleName { get; }
Property Value
|
Edit this page
View Source
EntryAssemblyName
Declaration
string? EntryAssemblyName { get; }
Property Value
|
Edit this page
View Source
EnvironmentCommandLine
Declaration
string? EnvironmentCommandLine { get; }
Property Value
|
Edit this page
View Source
ExecutingAssemblyName
Declaration
string? ExecutingAssemblyName { get; }
Property Value
|
Edit this page
View Source
OSArchitecture
Declaration
string? OSArchitecture { get; }
Property Value
|
Edit this page
View Source
ProcessArchitecture
Declaration
string? ProcessArchitecture { get; }
Property Value
|
Edit this page
View Source
Username
Declaration
string? Username { get; }
Property Value