Re: Programaticly call a method from a different object?
- From: "Keith Patrick" <richard_keith_patrick@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 12:06:19 -0600
In that case, I think GetType().GetMethod().Invoke() would be your best
route. As Nick mentioned in another part of the thread, though, you're
putting a lot of trust into what you're calling, basically becoming an
operating system/runtime in itself, so I'd recommend restricting the
permissions that are allowed in that execution call (run it in a .Net
security-based sandbox within your app)
.
- References:
- Programaticly call a method from a different object?
- From: schneider
- Re: Programaticly call a method from a different object?
- From: Keith Patrick
- Re: Programaticly call a method from a different object?
- From: schneider
- Programaticly call a method from a different object?
- Prev by Date: Re: How do I disable the clipboard in Windows XP
- Next by Date: Re: Https form post using Httpwebrequest brings back the same page.
- Previous by thread: Re: Programaticly call a method from a different object?
- Next by thread: Re: Microsoft.VisualBasic Namespace
- Index(es):
Relevant Pages
|