Packagevegas.ioc.io
Classpublic class AssemblyDomain
InheritanceAssemblyDomain Inheritance Object

The static enumeration list of all ApplicationDomain modes in an AssemblyResource.



Public Methods
 MethodDefined By
  
isValid(value:String):Boolean
[static] Indicates if the specified value is a valid AssemblyDomain value.
AssemblyDomain
Public Constants
 ConstantDefined By
  CURRENT : String = current
[static] Defines the "current" assembly ApplicationDomain mode.
AssemblyDomain
  NONE : String = none
[static] Defines the "none" assembly ApplicationDomain mode.
AssemblyDomain
Method Detail
isValid()method
public static function isValid(value:String):Boolean

Indicates if the specified value is a valid AssemblyDomain value.

Parameters

value:String

Returns
Boolean
Constant Detail
CURRENTConstant
public static const CURRENT:String = current

Defines the "current" assembly ApplicationDomain mode.

NONEConstant 
public static const NONE:String = none

Defines the "none" assembly ApplicationDomain mode.