public abstract class SourceProviderBase : ISourceProviderBase
Public MustInherit Class SourceProviderBase
Implements ISourceProviderBase
public ref class SourceProviderBase abstract : ISourceProviderBase
[<AbstractClassAttribute>]
type SourceProviderBase =
class
interface ISourceProviderBase
end
SourceProviderBase | Инициализирует новый экземпляр класса SourceProviderBase |
IsReadOnly | Флаг указывает на то, что источник предназначен только для чтения. Зависит от реализаций провайдеров. |
CheckReadOnly | Проверяет, является ли объект доступен только для чтения IsReadOnly, и выбрасывает исключение, если является. |
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) |
GetFullName | Возвращает абсолютный путь к ресурсу. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsExistsAsync | Получает значение, показывающее существует ли источник для которого предназначен текущий провайдер. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |