Class MountOperation
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class MountOperation : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
MountOperation
- Implements
- Derived
- Inherited Members
Constructors
MountOperation(params ConstructArgument[])
public MountOperation(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
MountOperation(MountOperationHandle)
public MountOperation(MountOperationHandle handle)
Parameters
handle
MountOperationHandle
Fields
AbortedSignal
Signal Descriptor for OnAborted.
public static readonly Signal<MountOperation> AbortedSignal
Field Value
AnonymousPropertyDefinition
public static readonly Property<bool, MountOperation> AnonymousPropertyDefinition
Field Value
AskPasswordSignal
Signal Descriptor for OnAskPassword.
public static readonly Signal<MountOperation, MountOperation.AskPasswordSignalArgs> AskPasswordSignal
Field Value
AskQuestionSignal
Signal Descriptor for OnAskQuestion.
public static readonly Signal<MountOperation, MountOperation.AskQuestionSignalArgs> AskQuestionSignal
Field Value
ChoicePropertyDefinition
public static readonly Property<int, MountOperation> ChoicePropertyDefinition
Field Value
DomainPropertyDefinition
public static readonly Property<string?, MountOperation> DomainPropertyDefinition
Field Value
IsTcryptHiddenVolumePropertyDefinition
public static readonly Property<bool, MountOperation> IsTcryptHiddenVolumePropertyDefinition
Field Value
IsTcryptSystemVolumePropertyDefinition
public static readonly Property<bool, MountOperation> IsTcryptSystemVolumePropertyDefinition
Field Value
PasswordPropertyDefinition
public static readonly Property<string?, MountOperation> PasswordPropertyDefinition
Field Value
PasswordSavePropertyDefinition
public static readonly Property<PasswordSave, MountOperation> PasswordSavePropertyDefinition
Field Value
PimPropertyDefinition
public static readonly Property<uint, MountOperation> PimPropertyDefinition
Field Value
ReplySignal
Signal Descriptor for OnReply.
public static readonly Signal<MountOperation, MountOperation.ReplySignalArgs> ReplySignal
Field Value
ShowProcessesSignal
Signal Descriptor for OnShowProcesses.
public static readonly Signal<MountOperation, MountOperation.ShowProcessesSignalArgs> ShowProcessesSignal
Field Value
ShowUnmountProgressSignal
Signal Descriptor for OnShowUnmountProgress.
public static readonly Signal<MountOperation, MountOperation.ShowUnmountProgressSignalArgs> ShowUnmountProgressSignal
Field Value
UsernamePropertyDefinition
public static readonly Property<string?, MountOperation> UsernamePropertyDefinition
Field Value
Properties
Anonymous
public bool Anonymous { get; set; }
Property Value
Choice
public int Choice { get; set; }
Property Value
Domain
public string? Domain { get; set; }
Property Value
IsTcryptHiddenVolume
public bool IsTcryptHiddenVolume { get; set; }
Property Value
IsTcryptSystemVolume
public bool IsTcryptSystemVolume { get; set; }
Property Value
Password
public string? Password { get; set; }
Property Value
PasswordSave
public PasswordSave PasswordSave { get; set; }
Property Value
Pim
public uint Pim { get; set; }
Property Value
Username
public string? Username { get; set; }
Property Value
Methods
GetAnonymous()
public bool GetAnonymous()
Returns
GetChoice()
public int GetChoice()
Returns
GetDomain()
public string? GetDomain()
Returns
GetGType()
public static Type GetGType()
Returns
GetIsTcryptHiddenVolume()
[Version("2.58")]
public bool GetIsTcryptHiddenVolume()
Returns
GetIsTcryptSystemVolume()
[Version("2.58")]
public bool GetIsTcryptSystemVolume()
Returns
GetPassword()
public string? GetPassword()
Returns
GetPasswordSave()
public PasswordSave GetPasswordSave()
Returns
GetPim()
[Version("2.58")]
public uint GetPim()
Returns
GetUsername()
public string? GetUsername()
Returns
New()
public static MountOperation New()
Returns
Reply(MountOperationResult)
public void Reply(MountOperationResult result)
Parameters
result
MountOperationResult
SetAnonymous(bool)
public void SetAnonymous(bool anonymous)
Parameters
anonymous
bool
SetChoice(int)
public void SetChoice(int choice)
Parameters
choice
int
SetDomain(string?)
public void SetDomain(string? domain)
Parameters
domain
string
SetIsTcryptHiddenVolume(bool)
[Version("2.58")]
public void SetIsTcryptHiddenVolume(bool hiddenVolume)
Parameters
hiddenVolume
bool
SetIsTcryptSystemVolume(bool)
[Version("2.58")]
public void SetIsTcryptSystemVolume(bool systemVolume)
Parameters
systemVolume
bool
SetPassword(string?)
public void SetPassword(string? password)
Parameters
password
string
SetPasswordSave(PasswordSave)
public void SetPasswordSave(PasswordSave save)
Parameters
save
PasswordSave
SetPim(uint)
[Version("2.58")]
public void SetPim(uint pim)
Parameters
pim
uint
SetUsername(string?)
public void SetUsername(string? username)
Parameters
username
string
Events
OnAborted
public event SignalHandler<MountOperation> OnAborted
Event Type
OnAskPassword
public event SignalHandler<MountOperation, MountOperation.AskPasswordSignalArgs> OnAskPassword
Event Type
OnAskQuestion
public event SignalHandler<MountOperation, MountOperation.AskQuestionSignalArgs> OnAskQuestion
Event Type
OnReply
public event SignalHandler<MountOperation, MountOperation.ReplySignalArgs> OnReply
Event Type
OnShowProcesses
public event SignalHandler<MountOperation, MountOperation.ShowProcessesSignalArgs> OnShowProcesses
Event Type
OnShowUnmountProgress
public event SignalHandler<MountOperation, MountOperation.ShowUnmountProgressSignalArgs> OnShowUnmountProgress