BizTalkAssemblyName Class

Definition

public ref class BizTalkAssemblyName : IComparable, IComparable<Microsoft::BizTalk::Deployment::BizTalkAssemblyName ^>
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("B2BA4CA5-0FAF-4A5E-8E53-68B6BBD8D540")]
[System.Serializable]
public class BizTalkAssemblyName : IComparable, IComparable<Microsoft.BizTalk.Deployment.BizTalkAssemblyName>
type BizTalkAssemblyName = class
    interface IComparable
    interface IComparable<BizTalkAssemblyName>
Public Class BizTalkAssemblyName
Implements IComparable, IComparable(Of BizTalkAssemblyName)
Inheritance
BizTalkAssemblyName
Attributes
Implements

Constructors

BizTalkAssemblyName()
BizTalkAssemblyName(AssemblyName)
BizTalkAssemblyName(String)
BizTalkAssemblyName(String, String, String, String)

Properties

Culture
FileName
FullName
Name
PublicKeyToken
Version

Methods

CompareTo(BizTalkAssemblyName)
CompareTo(Object)
Equals(BizTalkAssemblyName)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(BizTalkAssemblyName, BizTalkAssemblyName)
GreaterThan(BizTalkAssemblyName, BizTalkAssemblyName)
Inequality(BizTalkAssemblyName, BizTalkAssemblyName)
LessThan(BizTalkAssemblyName, BizTalkAssemblyName)

Applies to