Interface IReflectionInfo
Provides additional information about reflection objects
Namespace: CilTools.Reflection
Assembly: CilTools.BytecodeAnalysis.dll
Syntax
public interface IReflectionInfo
Methods
GetReflectionProperty(Int32)
Gets the value of the reflection property with the specified Id
Declaration
object GetReflectionProperty(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id | Property Id to get |
Returns
| Type | Description |
|---|---|
| System.Object | The property value, or null if property is not supported |