Re: Determine if a string is a vb.net keyword
- From: v-phuang@xxxxxxxxxxxxxxxxxxxx ("Peter Huang" [MSFT])
- Date: Thu, 22 Sep 2005 03:02:18 GMT
Hi
The System.Reflection namespace contains classes and interfaces that
provide a managed view of loaded types, methods, and fields, with the
ability to dynamically create and invoke types. So the reflection is to do
with the type definition in the assembly but not the compilication issue.
It should be the Compiler's job to recognize the keyword and do
compilation. But vbc.exe(the vb.net compiler) did not expose such interface
to check if certian string is a keyword.
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- Re: Determine if a string is a vb.net keyword
- From: Herfried K. Wagner [MVP]
- Re: Determine if a string is a vb.net keyword
- From: Mr Newbie
- Re: Determine if a string is a vb.net keyword
- Prev by Date: Re: Default values on a databound form
- Next by Date: Re: Combo Box Speed Question
- Previous by thread: Re: Determine if a string is a vb.net keyword
- Next by thread: Re: Determine if a string is a vb.net keyword
- Index(es):
Relevant Pages
|