[This is preliminary documentation and is subject to change.]
A SimisProvider which contains only the subset of Simis formats appropriate for a given filename.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ImmutableAttribute] public class SimisProviderForFile : SimisProvider
<ImmutableAttribute> _ Public Class SimisProviderForFile _ Inherits SimisProvider
[ImmutableAttribute] public ref class SimisProviderForFile : public SimisProvider
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
SimisProviderForFile(IDictionary<(Of <<'(UInt32, String>)>>), IDictionary<(Of <<'(String, UInt32>)>>), IEnumerable<(Of <<'(SimisFormat>)>>), String) | ||
Equals(Object) | (Inherited from Object.) | |
Extension | ||
FieldGetter(String, String, Object%) | (Inherited from Object.) | |
FieldSetter(String, String, Object) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from Object.) | |
Formats |
Provides a collection of SimisFormats which have been loaded.
(Inherited from SimisProvider.) | |
GetFieldInfo(String, String) | (Inherited from Object.) | |
GetForFormat(String) | (Inherited from SimisProvider.) | |
GetForPath(String) |
Gets the subset of SimisFormats appropriate for a given filename.
(Inherited from SimisProvider.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
MemberwiseClone()()()() | (Inherited from Object.) | |
TokenIds | (Inherited from SimisProvider.) | |
TokenNames | (Inherited from SimisProvider.) | |
ToString()()()() | (Overrides SimisProvider.ToString()()()().) |
Inheritance Hierarchy
Object | ||
SimisProvider | ||
SimisProviderForFile |