MBrace.Runtime


AppDomainId

Namespace: MBrace.Runtime.Utils
Parent Module: Utils

Serializable AppDomain identifier object

Instance members

Instance memberDescription
DomainId
Signature: int

AppDomain identifier

CompiledName: get_DomainId

FriendlyName
Signature: string

AppDomain friendly name

CompiledName: get_FriendlyName

ProcessId
Signature: ProcessId

Machine identifier

CompiledName: get_ProcessId

UUID
Signature: Guid

Unique AppDomain identifier

CompiledName: get_UUID

Static members

Static memberDescription
FromAppDomain(domain)
Signature: domain:AppDomain -> AppDomainId

Gets a process identifier from given System.Diagnostics.process instance

LocalInstance
Signature: AppDomainId

Gets the identifier to current AppDomain

CompiledName: get_LocalInstance

Fork me on GitHub