NAnt SDK Documentation - v0.92

CompilerBase.ResourceLinkage Members

CompilerBase.ResourceLinkage overview

Public Instance Constructors

CompilerBase.ResourceLinkage Constructor Initializes a new instance of the CompilerBase.ResourceLinkage class.

Public Instance Properties

ClassName Gets the name of the class (most likely a form) that the resource is associated with.
Culture Gets the culture that the resource is associated with.
HasClassName Gets a value indicating whether a class name is available for this CompilerBase.ResourceLinkage instance.
HasNamespaceName Gets a value indicating whether a namespace name is available for this CompilerBase.ResourceLinkage instance.
IsValid Gets a value indicating whether the CompilerBase.ResourceLinkage instances contains valid data.
NamespaceName Gets the name of namespace the resource is under.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Returns the resource linkage as a string.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CompilerBase.ResourceLinkage Class | NAnt.DotNet.Tasks Namespace