Import namespace??

  • Thread starter Thread starter Norman Fritag
  • Start date Start date
N

Norman Fritag

Hi there

1) I was wondering where I could find a list of all the Import Namespaces
and as well the references possible in VS.net 2003??

2) I am looking for a technical document that elaborates on api calls and
the way they are now reference in Vs.net 2003??

kind regards

Norman
 
Norman Fritag said:
1) I was wondering where I could find a list of all the Import
Namespaces and as well the references possible in VS.net 2003??

<F1>
VS.Net
.NET Framework
Reference
Class library

Available assemblies: open the "add refernce" dialog (menu Project->add
reference)
2) I am looking for a technical document that elaborates on api calls
and the way they are now reference in Vs.net 2003??

<F1>
VS.Net
.NET Framework
Programming with .NET Framework
Interoperating with unmanaged code
 
* "Norman Fritag said:
1) I was wondering where I could find a list of all the Import Namespaces
and as well the references possible in VS.net 2003??

For the references, do to the "Add Reference" dialog to see the possible
references.

"namespaces":

2) I am looking for a technical document that elaborates on api calls and
the way they are now reference in Vs.net 2003??

Did you have a look at the documentation? 'Declare',
'DllImportAttribute', p/invoke, ...
 
Back
Top