public sealed class FileResolverContext : IFileResolverContext
Public NotInheritable Class FileResolverContext
Implements IFileResolverContext
public ref class FileResolverContext sealed : IFileResolverContext
[<SealedAttribute>]
type FileResolverContext =
class
interface IFileResolverContext
end
FileResolverContext | Создаёт экземпляр класса с указанием его параметров. |
Current | Текущий контекст IFileResolverContext. |
HasCurrent | Признак того, что текущий код выполняется внутри операции с контекстом IFileResolverContext, а свойство Current ссылается на действительный контекст. |
Unknown | Неизвестный контекст IFileResolverContext. |
Create | Создаёт область операции, в которой заданный контекст будет являться текущим. |
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) |
ResolveFileSource | Определяет источник файлов, который может быть заменён. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |