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