Summary
    Defines the possible resource checks.
    
		- Assembly
 - NAnt
.Core .dll  - Namespace
 - NAnt
.Core .Tasks  - Base Types
 - 
									
- Enum
 
 
							graph BT
	Type-->Base0["Enum"]
	Type["AvailableTask.ResourceType"]
class Type type-node
						
					Syntax
public enum AvailableTask.ResourceType
			Fields
| Name | Constant Value | Summary | 
|---|---|---|
| Directory | 2 | 
									 
    Determines whether a given directory exists.
     
											static 
								 | 
							
| File | 1 | 
									 
    Determines whether a given file exists.
     
											static 
								 | 
							
| Framework | 3 | 
									 
    Determines whether a given framework is available.
     
											static 
								 | 
							
| FrameworkSDK | 4 | 
									 
    Determines whether a given SDK is available.
     
											static 
								 | 
							
