AppDomainId
Namespace: MBrace.Runtime.Utils
Parent Module: Utils
Serializable AppDomain identifier object
Instance members
Instance member | Description |
DomainId
Signature: int
|
AppDomain identifier CompiledName: |
FriendlyName
Signature: string
|
AppDomain friendly name CompiledName: |
ProcessId
Signature: ProcessId
|
Machine identifier CompiledName: |
UUID
Signature: Guid
|
Unique AppDomain identifier CompiledName: |
Static members
Static member | Description |
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: |