Summary
Mono.Cecil extension methods.
- Namespace
- ReactiveUI
.Fody - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["CecilExtensions"]
class Type type-node
Syntax
public static class CecilExtensions
Methods
Name | Value | Summary |
---|---|---|
Bind |
MethodReference |
Binds the method to the specified generic type.
static
|
BindDefinition |
FieldReference |
Binds the generic type definition to a field.
static
|
CompareTo |
bool |
Compares two type references for equality.
static
|
Emit |
void |
Emits the specified il.
static
|
FindAssembly |
Assembly |
Finds an assembly in a module.
static
|
FindType |
TypeReference |
Finds a type reference in the module.
static
|
IsAssignableFrom |
bool |
Determines whether [is assignable from] [the specified type].
static
|
IsAssignableFrom |
bool |
Determines whether [is assignable from] [the specified type].
static
|
IsDefined |
bool |
Determines whether the specified attribute type is defined.
static
|
MakeGenericMethod |
Generic |
Makes the method generic.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|