CodeMethodData Class  
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.
CodeMethodData represents a CodeMethodData definition.
public ref class CodeMethodData sealed : System::Management::Automation::Runspaces::TypeMemberData
	public sealed class CodeMethodData : System.Management.Automation.Runspaces.TypeMemberData
	[System.Diagnostics.DebuggerDisplay("CodeMethod: {Name,nq}")]
public sealed class CodeMethodData : System.Management.Automation.Runspaces.TypeMemberData
	type CodeMethodData = class
    inherit TypeMemberData
	[<System.Diagnostics.DebuggerDisplay("CodeMethod: {Name,nq}")>]
type CodeMethodData = class
    inherit TypeMemberData
	Public NotInheritable Class CodeMethodData
Inherits TypeMemberData
		- Inheritance
 
- Attributes
 
Constructors
| CodeMethodData(String, MethodInfo) | 
		 CodeMethodData constructor.  | 
        	
Properties
| CodeReference | 
		 The code reference.  | 
        	
| Name | 
		 The name of the member. (Inherited from TypeMemberData) |