Added support for UDIF images, closes #46.

This commit is contained in:
2016-09-02 04:02:35 +01:00
parent 7fdb135c02
commit 8c2de9665c
47 changed files with 20174 additions and 2 deletions

View File

@@ -0,0 +1,41 @@
<Type Name="PropertyListFormatException" FullName="Claunia.PropertyList.PropertyListFormatException">
<TypeSignature Language="C#" Value="public class PropertyListFormatException : Exception" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PropertyListFormatException extends System.Exception" />
<AssemblyInfo>
<AssemblyName>plist-cil</AssemblyName>
<AssemblyVersion>1.13.0.0</AssemblyVersion>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Exception</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
A PropertyListFormatException is thrown by the various property list format parsers
when an error in the format of the given property list is encountered.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PropertyListFormatException (string message);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.13.0.0</AssemblyVersion>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="message" Type="System.String" />
</Parameters>
<Docs>
<param name="message">A message containing information about the nature of the exception.</param>
<summary>
Creates a new exception with the given message.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>