NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DllImportAttribute.EntryPoint

Indicates the name or ordinal of the dll entry point to be called.

[Visual Basic]
Public EntryPoint As String
[C#]
public string EntryPoint;
[C++]
public: String* EntryPoint;
[JScript]
public var EntryPoint : String;

See Also

DllImportAttribute Class | DllImportAttribute Members | System.Runtime.InteropServices Namespace