MemberRef Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MemberRef(TypeRef, MemberInfo) | |
MemberRef(MemberInfo, Resolver) | |
MemberRef(TypeRef, Int32, Boolean) |
Initializes a new instance of the MemberRef class. |
MemberRef(TypeRef, MemberInfo)
- Source:
- MemberRef.cs
- Source:
- MemberRef.cs
protected MemberRef(Microsoft.VisualStudio.Composition.Reflection.TypeRef declaringType, System.Reflection.MemberInfo memberInfo);
new Microsoft.VisualStudio.Composition.Reflection.MemberRef : Microsoft.VisualStudio.Composition.Reflection.TypeRef * System.Reflection.MemberInfo -> Microsoft.VisualStudio.Composition.Reflection.MemberRef
Protected Sub New (declaringType As TypeRef, memberInfo As MemberInfo)
Parameters
- declaringType
- TypeRef
- memberInfo
- MemberInfo
Applies to
MemberRef(MemberInfo, Resolver)
- Source:
- MemberRef.cs
- Source:
- MemberRef.cs
protected MemberRef(System.Reflection.MemberInfo memberInfo, Microsoft.VisualStudio.Composition.Resolver resolver);
new Microsoft.VisualStudio.Composition.Reflection.MemberRef : System.Reflection.MemberInfo * Microsoft.VisualStudio.Composition.Resolver -> Microsoft.VisualStudio.Composition.Reflection.MemberRef
Protected Sub New (memberInfo As MemberInfo, resolver As Resolver)
Parameters
- memberInfo
- MemberInfo
- resolver
- Resolver
Applies to
MemberRef(TypeRef, Int32, Boolean)
- Source:
- MemberRef.cs
- Source:
- MemberRef.cs
Initializes a new instance of the MemberRef class.
protected MemberRef(Microsoft.VisualStudio.Composition.Reflection.TypeRef declaringType, int metadataToken, bool isStatic);
new Microsoft.VisualStudio.Composition.Reflection.MemberRef : Microsoft.VisualStudio.Composition.Reflection.TypeRef * int * bool -> Microsoft.VisualStudio.Composition.Reflection.MemberRef
Protected Sub New (declaringType As TypeRef, metadataToken As Integer, isStatic As Boolean)
Parameters
- declaringType
- TypeRef
- metadataToken
- Int32
- isStatic
- Boolean