Delen via


ProcessModuleInfo Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter))]
public class ProcessModuleInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoTypeConverter))>]
type ProcessModuleInfo = class
    interface IProcessModuleInfo
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class ProcessModuleInfo
Implements IProcessModuleInfo, IValidates
Inheritance
ProcessModuleInfo
Attributes
Implements

Constructors

ProcessModuleInfo()

Properties

BaseAddress
FileDescription
FileName
FilePath
FileVersion
Href
Id
IsDebug
Kind
Language
ModuleMemorySize
Name
Product
ProductVersion
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to