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!

AssemblyNameFlags Enumeration

These flags control how an AssemblyName is used during assembly binding.

[Visual Basic]
Public Enum AssemblyNameFlags
[C#]
public enum AssemblyNameFlags
[C++]
public enum AssemblyNameFlags

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
FullOriginator Flag used to specify that an originator is formed from the full public key and not the compress one.
None No flags specified.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

System.Reflection Namespace