Fusion.ASM_NAME Enumeration
See Also 
SourceCode.Framework Namespace : Fusion.ASM_NAME Enumeration



Glossary Item Box

The ASM_NAME enumeration property ID describes the valid names of the name-value pairs in an assembly name. See the .NET Framework SDK for a description of these properties.

Syntax

Visual Basic (Declaration) 
Public Enum Fusion.ASM_NAME 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As Fusion.ASM_NAME
C# 
public enum Fusion.ASM_NAME : System.Enum 
C++/CLI 
public enum class Fusion.ASM_NAME : public System.Enum 

Members

MemberDescription
ASM_NAME_ALIAS 
ASM_NAME_BUILD_NUMBER 
ASM_NAME_CODEBASE_LASTMOD 
ASM_NAME_CODEBASE_URL 
ASM_NAME_CULTURE 
ASM_NAME_CUSTOM 
ASM_NAME_HASH_ALGID 
ASM_NAME_HASH_VALUE 
ASM_NAME_MAJOR_VERSION 
ASM_NAME_MAX_PARAMS 
ASM_NAME_MINOR_VERSION 
ASM_NAME_MVID 
ASM_NAME_NAME 
ASM_NAME_NULL_CUSTOM 
ASM_NAME_NULL_PUBLIC_KEY 
ASM_NAME_NULL_PUBLIC_KEY_TOKEN 
ASM_NAME_OSINFO_ARRAY 
ASM_NAME_PROCESSOR_ID_ARRAY 
ASM_NAME_PUBLIC_KEY 
ASM_NAME_PUBLIC_KEY_TOKEN 
ASM_NAME_REVISION_NUMBER 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.Framework.Fusion.ASM_NAME

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also