Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 5.0.0
Member name | Value | Description | |||
---|---|---|---|---|---|
None | 0 | Represents no enabled options. | |||
TryToLoadAssembly | 1 | If this flag is enabled, then the Reflector.ResolveAssembly methods try to load the assembly if it is not loaded yet. Otherwise, the assembly is tried to be located among the already loaded assemblies. Default state at Reflector.ResolveAssembly methods: Enabled | |||
AllowPartialMatch | 2 | If this flag is enabled, then the Reflector.ResolveAssembly methods allow to return an already loaded assembly of any version, culture and public key token, or, if the assembly is not loaded, this flag allows to load it by partial identity if possible. If this flag is disabled, then the provided assembly information must match (which still can be a partial name).
Default state at Reflector.ResolveAssembly methods: Enabled | |||
ThrowError | 16 | If this flag is enabled and the assembly cannot be resolved, then a ReflectionException will be thrown from the Reflector.ResolveAssembly methods. Default state at Reflector.ResolveAssembly methods: Disabled |