ITypeAddress Interface |
Namespace: FlexRule.TypeLoader
public interface ITypeAddress
The ITypeAddress type exposes the following members.
Name | Description | |
---|---|---|
![]() | DllFileName |
Assembly DLL file name that contains type definition
|
![]() | IsDllFileSpecified |
Returns true if the DllFileName is specified, otherwise false.
|
![]() | TypeName |
Type name to be loaded. This is a full name containing namespace of the type.
|
Name | Description | |
---|---|---|
![]() | ResolveType |
Loads and resolves a type
|