| Package | vegas.ioc.io |
| Class | public class AssemblyDomain |
| Inheritance | AssemblyDomain Object |
| Method | Defined By | ||
|---|---|---|---|
isValid(value:String):Boolean [static]
Indicates if the specified value is a valid AssemblyDomain value. | AssemblyDomain | ||
| Constant | Defined By | ||
|---|---|---|---|
| CURRENT : String = current [static]
Defines the "current" assembly ApplicationDomain mode. | AssemblyDomain | ||
| NONE : String = none [static]
Defines the "none" assembly ApplicationDomain mode. | AssemblyDomain | ||
| isValid | () | method |
public static function isValid(value:String):BooleanIndicates if the specified value is a valid AssemblyDomain value.
Parameters
value:String |
Boolean |
| CURRENT | Constant |
public static const CURRENT:String = currentDefines the "current" assembly ApplicationDomain mode.
| NONE | Constant |
public static const NONE:String = noneDefines the "none" assembly ApplicationDomain mode.