C# Класс Goedel.Mesh.Platform.Registration

Describes a registration
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Delete ( ) : void

Delete the associated profile from the registry

Refresh ( ) : void

Fetch the latest version of the profile version

ToRegistry ( ) : void

Write data to the registry.

Update ( ) : void

Update the associated profile in the registry

Защищенные методы

Метод Описание
Filename ( string Path, string Fingerprint ) : string

Construct filename for a mesh file

Описание методов

Delete() публичный Метод

Delete the associated profile from the registry
public Delete ( ) : void
Результат void

Filename() защищенный Метод

Construct filename for a mesh file
protected Filename ( string Path, string Fingerprint ) : string
Path string Path to write file to
Fingerprint string Fingerprint identifying data
Результат string

Refresh() публичный абстрактный Метод

Fetch the latest version of the profile version
public abstract Refresh ( ) : void
Результат void

ToRegistry() публичный Метод

Write data to the registry.
public ToRegistry ( ) : void
Результат void

Update() публичный Метод

Update the associated profile in the registry
public Update ( ) : void
Результат void