[This is preliminary documentation and is subject to change.]
Loads and stores data necessary for processing Simis files: token name-id mappings and all the SimisFormats.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ImmutableAttribute] public class SimisProvider
<ImmutableAttribute> _ Public Class SimisProvider
[ImmutableAttribute] public ref class SimisProvider
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
SimisProvider(String) | ||
SimisProvider(IDictionary<(Of <<'(UInt32, String>)>>), IDictionary<(Of <<'(String, UInt32>)>>), IEnumerable<(Of <<'(SimisFormat>)>>)) | ||
Equals(Object) | (Inherited from Object.) | |
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.
| |
GetFieldInfo(String, String) | (Inherited from Object.) | |
GetForFormat(String) | ||
GetForPath(String) |
Gets the subset of SimisFormats appropriate for a given filename.
| |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
MemberwiseClone()()()() | (Inherited from Object.) | |
TokenIds | ||
TokenNames | ||
ToString()()()() | (Overrides Object.ToString()()()().) |
Inheritance Hierarchy
Object | ||
SimisProvider | ||
SimisProviderForFile |