CompilerBase.ResourceLinkage overview
CompilerBase.ResourceLinkage Constructor
|
Initializes a new instance of the CompilerBase.ResourceLinkage class. |
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. |
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. |
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. |
CompilerBase.ResourceLinkage Class | NAnt.DotNet.Tasks Namespace