Interface ITypedModuleHandle
public interface ITypedModuleHandle : IGenericSynthModuleHandle
- Inherited Members
Methods
AssertCorrectHandleType()
Throws an exception if the underlying module is not of the correct type.
void AssertCorrectHandleType()
Exceptions
- IncorrectSynthHandleTypeException
Thrown if the underlying module is not of the correct type.
IsCorrectHandleType()
Determines whether the underlying module is of the correct type.
bool IsCorrectHandleType()
Returns
- bool