Bug 322578 (MONO79877) - [PATCH] Missing API to get the metadata index of a field
Summary: [PATCH] Missing API to get the metadata index of a field
Status: RESOLVED INVALID
Alias: MONO79877
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: 1.1
Hardware: Other All
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-09 18:20 UTC by Ricardo Fernández Pascual
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
proposed patch (1.35 KB, patch)
2006-11-09 18:21 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 20:15:32 UTC


---- Reported by ricardo.fernandez@st.com 2006-11-09 11:20:11 MST ----

There is no API to find the index of a field in the metadata tables, which
is necessary to call functions like mono_metadata_field_info.

Please, consider the attached patch.



---- Additional Comments From ricardo.fernandez@st.com 2006-11-09 11:21:40 MST ----

Created an attachment (id=170843)
proposed patch




---- Additional Comments From lupus@ximian.com 2006-11-16 09:08:32 MST ----

See the already existing mono_class_get_field_token ().

Imported an attachment (id=170843)