コード例 #1
0
    public void Assemble()
    {
        unsafe {
            content_func = new _ExifContent.ExifContentForeachEntryFunc(AssembleContent);

            values = new Hashtable();
            _ExifData.exif_data_foreach_content(obj, new _ExifData.ExifDataForeachContentFunc(Assemble), null);
        }
    }
コード例 #2
0
ファイル: libexif-wrapper.cs プロジェクト: emtees/old-code
	public void Assemble ()
	{
		unsafe {
			content_func = new _ExifContent.ExifContentForeachEntryFunc (AssembleContent);

			values = new Hashtable ();
			_ExifData.exif_data_foreach_content (obj, new _ExifData.ExifDataForeachContentFunc (Assemble), null);
		}
	}