IAssembly.TryGetType Method
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to retrieve metadata of a type exported by the assembly using its full name.
bool TryGetType(string fullName, [NotNullWhen(true)] out IType type)Parameters
fullNamestring- The full name of the type to retrieve.
typeIType- When this method returns, contains the type if found; otherwise,
null. This parameter is passed uninitialized.
Returns
Exceptions
- ArgumentNullException
- Thrown when
fullNameisnull.
