Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The lack of some important properties in dnlib #17

Closed
ElenaMilito opened this issue Oct 8, 2014 · 3 comments
Closed

The lack of some important properties in dnlib #17

ElenaMilito opened this issue Oct 8, 2014 · 3 comments

Comments

@ElenaMilito
Copy link

I wanted to use the dnlib instead cecil but due to lack of some important properties in the dnlib I was disappointed.

Important properties for me.
IsSetter
IsGetter
IsOther
IsAddOn
IsRemoveOn
IsFire
IsPrimitive

@0xd4d
Copy link
Collaborator

0xd4d commented Oct 8, 2014

The above properties have now been added. See master branch.

@0xd4d 0xd4d closed this as completed Oct 8, 2014
@ElenaMilito
Copy link
Author

Thanks this project is awesome, Also IsDefinition property is missing. Can you explain about this property?

@0xd4d
Copy link
Collaborator

0xd4d commented Oct 9, 2014

Use

xxx is IMemberDef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant