public sealed class CidOptions : ICidOptions
Public NotInheritable Class CidOptions
Implements ICidOptions
public ref class CidOptions sealed : ICidOptions
[<SealedAttribute>]
type CidOptions =
class
interface ICidOptions
end
CidOptions | Инициализирует новый экземпляр класса CidOptions |
CidFilePath | Путь до файла cid или null, если он не задан и должен быть использован путь по умолчанию. |
RandomizeCid | Признак того, что значение cid всегда должно быть дополнительно рандомизировано на основе значения в файле cid. Игнорируется, если файл не указан. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Parse | Заполняет настройки из аргументов командной строки и переменных окружения. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |