C# 클래스 Tp.Integration.Messages.ServiceBus.Serialization.ObjectInfo

This struct supports the Yaowi Framework infrastructure and is not intended to be used directly from your code.

This struct records relevant object information.

Strings in a struct? Strings are reference types and structs should not contain types like this. TODO!
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Assembly string
ConstructorParamAssembly string
ConstructorParamType string
Name string
Type string
Value string

공개 메소드들

메소드 설명
ToString ( ) : string

ToString()

메소드 상세

ToString() 공개 메소드

ToString()
public ToString ( ) : string
리턴 string

프로퍼티 상세

Assembly 공개적으로 프로퍼티

public string Assembly
리턴 string

ConstructorParamAssembly 공개적으로 프로퍼티

public string ConstructorParamAssembly
리턴 string

ConstructorParamType 공개적으로 프로퍼티

public string ConstructorParamType
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

Type 공개적으로 프로퍼티

public string Type
리턴 string

Value 공개적으로 프로퍼티

public string Value
리턴 string