Table of Contents

Property TryGetFullPathForCommandFunc

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

TryGetFullPathForCommandFunc

Gets or sets callback for custom TryGetFullPathForCommand(string) implementation.

public static Func<string, string?>? TryGetFullPathForCommandFunc { get; set; }

Property Value

Func<string, string>