الفئة StringIndexDataProvider

StringIndexDataProvider class

يعلن عن وظيفة للوصول إلى بنية CFF String INDEX.

public abstract class StringIndexDataProvider : ICffIndexDataProvider

الخصائص

الاسمالوصف
abstract Count { get; }عدد الكائنات في بنية CFF INDEX.
abstract Item { get; set; }يحصل/يضبط السلسلة في الفهرس المحدد.

الطرق

الاسمالوصف
abstract AddString(string)يضيف سلسلة إلى بنية CFF String INDEX.
abstract GetRawBytes()يحصل على جميع بايتات بنية CFF INDEX.
abstract GetString(int)يحصل على السلسلة في الفهرس المحدد من بنية CFF String INDEX.
abstract RemoveString(int)يزيل السلسلة من بنية CFF String Index في الفهرس المحدد.
abstract SetString(string, int)يضبط السلسلة في بنية CFF String Index في الفهرس المحدد.

انظر أيضاً